Html Css Color HEX #CC6027 Chilean Fire

📋 copy color: '#CC6027'

red 204 ◦ green 96 ◦ blue 39

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

Shades of Chilean Fire #CC6027

Tints of Chilean Fire #CC6027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 60.18%
G = 28.32%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6027 (or 0xCC6027) is known color: Chilean Fire. HEX triplet: CC, 60 and 27. RGB value is (204,96,39). Sum of RGB (Red+Green+Blue) = 204+96+39=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6027 is #339FD8. Grayscale: #7A7A7A. Windows color (decimal): -3383257 or 2580684. OLE color: 2580684.

HSL color Cylindrical-coordinate representation of color #CC6027: hue angle of 20.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC6027 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 39 -
CMYK 0 0.53 0.81 0.2
HSL 20.73º 0.68% 0.48% -
HSV(B) 20.73º 0.81% 0.8% -
XYZ 29.45 21.35 4.49 -
YUV 121.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 204 96 39 0 0.53 0.81 0.2 20.73 0.68 0.48
Hex CC 60 27 0 35 51 14 15 44 30
Octal 314 140 47 0 65 121 24 25 104 60
Binary 11001100 1100000 100111 0 110101 1010001 10100 10101 1000100 110000

Color Harmonies of #CC6027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6027

Black with #CC6027

Text Example


Text Example

White with #CC6027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6027; }

 p { color: rgb(204,96,39); }

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

background-color css

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

 a { background-color: rgb(204,96,39); }

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

border-color css

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

 span { border-color: rgb(204,96,39); }

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