#cc622f

Color #CC622F Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CC622F

Tints of Chilean Fire #CC622F

Color information

#CC622F (or 0xCC622F) is unknown color: approx Chilean Fire. HEX triplet: CC, 62 and 2F. RGB value is (204,98,47). Sum of RGB (Red+Green+Blue) = 204+98+47=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC622F is #339DD0. Grayscale: #7C7C7C. Windows color (decimal): -3382737 or 3105484. OLE color: 3105484.

HSL color Cylindrical-coordinate representation of color #CC622F: hue angle of 19.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC622F is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB2049847-
CMYK00.520.770.2
HSL19.49º62.55%49.22%-
HSV(B)19.49º76.96%80%-
XYZ29.7821.785.32-
YUV123.8884.62185.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=58.45%
G=28.08%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204984700.520.770.219.4962.5549.22
HexCC622F0344D14133f31
Octal3141425706411524237761
Binary110011001100010101111011010010011011010010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc622f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc622f; }

 p { color: rgb(204,98,47); }

 H1.HeaderClassName
 {
   color: #cc622f;
 }
 .AnyTagClassName
 {
   color: #cc622f;
 }
</style>
background-color css

<style>
 a { background-color: #cc622f; }

 a { background-color: rgb(204,98,47); }

 div.DivClassName
 {
   background-color: #cc622f;
 }
 .BgClassName
 {
   background-color: #cc622f;
 }
</style>
border-color css

<style>
 span { border-color: #cc622f; }

 span { border-color: rgb(204,98,47); }

 td.TdClassName
 {
   border-color: #cc622f;
 }
 .TagClassName
 {
   border-color: #cc622f;
 }
</style>