Html Css Color HEX #CC6031 Chilean Fire

📋 copy color: '#CC6031'

red 204 ◦ green 96 ◦ blue 49

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

Shades of Chilean Fire #CC6031

Tints of Chilean Fire #CC6031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 58.45%
G = 27.51%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC6031 (or 0xCC6031) is known color: Chilean Fire. HEX triplet: CC, 60 and 31. RGB value is (204,96,49). Sum of RGB (Red+Green+Blue) = 204+96+49=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6031 is #339FCE. Grayscale: #7B7B7B. Windows color (decimal): -3383247 or 3236044. OLE color: 3236044.

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

Color convert

RGB 204 96 49 -
CMYK 0 0.53 0.76 0.2
HSL 18.19º 0.61% 0.5% -
HSV(B) 18.19º 0.76% 0.8% -
XYZ 29.64 21.42 5.48 -
YUV 122.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 204 96 49 0 0.53 0.76 0.2 18.19 0.61 0.5
Hex CC 60 31 0 35 4C 14 12 3D 32
Octal 314 140 61 0 65 114 24 22 75 62
Binary 11001100 1100000 110001 0 110101 1001100 10100 10010 111101 110010

Color Harmonies of #CC6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6031

Black with #CC6031

Text Example


Text Example

White with #CC6031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6031; }

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

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

background-color css

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

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

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

border-color css

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

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

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