Html Css Color HEX #CC6131 Chilean Fire

📋 copy color: '#CC6131'

red 204 ◦ green 97 ◦ blue 49

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

Shades of Chilean Fire #CC6131

Tints of Chilean Fire #CC6131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 58.29%
G = 27.71%
B = 14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC6131 (or 0xCC6131) is known color: Chilean Fire. HEX triplet: CC, 61 and 31. RGB value is (204,97,49). Sum of RGB (Red+Green+Blue) = 204+97+49=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6131 is #339ECE. Grayscale: #7B7B7B. Windows color (decimal): -3382991 or 3236300. OLE color: 3236300.

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

Color convert

RGB 204 97 49 -
CMYK 0 0.52 0.76 0.2
HSL 18.58º 0.61% 0.5% -
HSV(B) 18.58º 0.76% 0.8% -
XYZ 29.73 21.61 5.51 -
YUV 123.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 204 97 49 0 0.52 0.76 0.2 18.58 0.61 0.5
Hex CC 61 31 0 34 4C 14 13 3D 32
Octal 314 141 61 0 64 114 24 23 75 62
Binary 11001100 1100001 110001 0 110100 1001100 10100 10011 111101 110010

Color Harmonies of #CC6131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6131

Black with #CC6131

Text Example


Text Example

White with #CC6131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6131; }

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

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

background-color css

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

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

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

border-color css

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

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

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