Html Css Color HEX #CC562F Chilean Fire

📋 copy color: '#CC562F'

red 204 ◦ green 86 ◦ blue 47

#CC562F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #CC562F

Tints of Chilean Fire #CC562F

RGB

 RED value IS 204 (80.08% from 255) = 60.53%

 GREEN value IS 86 (33.98% from 255) = 25.52%

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 60.53%
G = 25.52%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC562F (or 0xCC562F) is known color: Chilean Fire. HEX triplet: CC, 56 and 2F. RGB value is (204,86,47). Sum of RGB (Red+Green+Blue) = 204+86+47=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC562F is #33A9D0. Grayscale: #757575. Windows color (decimal): -3385809 or 3102412. OLE color: 3102412.

HSL color Cylindrical-coordinate representation of color #CC562F: hue angle of 14.9º 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 #CC562F is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 47 -
CMYK 0 0.58 0.77 0.2
HSL 14.9º 0.63% 0.49% -
HSV(B) 14.9º 0.77% 0.8% -
XYZ 28.74 19.7 4.98 -
YUV 116.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 204 86 47 0 0.58 0.77 0.2 14.9 0.63 0.49
Hex CC 56 2F 0 3A 4D 14 F 3F 31
Octal 314 126 57 0 72 115 24 17 77 61
Binary 11001100 1010110 101111 0 111010 1001101 10100 1111 111111 110001

Color Harmonies of #CC562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC562F

Black with #CC562F

Text Example


Text Example

White with #CC562F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC562F; }

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

 H1.HeaderClassName
 {
   color: #CC562F;
 }
 .AnyTagClassName
 {
   color: #CC562F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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