Html Css Color HEX #C85A2C Chilean Fire

📋 copy color: '#C85A2C'

red 200 ◦ green 90 ◦ blue 44

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

Shades of Chilean Fire #C85A2C

Tints of Chilean Fire #C85A2C

RGB

 RED value IS 200 (78.52% from 255) = 59.88%

 GREEN value IS 90 (35.55% from 255) = 26.95%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 59.88%
G = 26.95%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C85A2C (or 0xC85A2C) is known color: Chilean Fire. HEX triplet: C8, 5A and 2C. RGB value is (200,90,44). Sum of RGB (Red+Green+Blue) = 200+90+44=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A2C is #37A5D3. Grayscale: #757575. Windows color (decimal): -3646932 or 2906824. OLE color: 2906824.

HSL color Cylindrical-coordinate representation of color #C85A2C: hue angle of 17.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C85A2C is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 44 -
CMYK 0 0.55 0.78 0.22
HSL 17.69º 0.64% 0.48% -
HSV(B) 17.69º 0.78% 0.78% -
XYZ 27.93 19.77 4.73 -
YUV 117.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 200 90 44 0 0.55 0.78 0.22 17.69 0.64 0.48
Hex C8 5A 2C 0 37 4E 16 12 40 30
Octal 310 132 54 0 67 116 26 22 100 60
Binary 11001000 1011010 101100 0 110111 1001110 10110 10010 1000000 110000

Color Harmonies of #C85A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A2C

Black with #C85A2C

Text Example


Text Example

White with #C85A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A2C; }

 p { color: rgb(200,90,44); }

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

background-color css

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

 a { background-color: rgb(200,90,44); }

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

border-color css

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

 span { border-color: rgb(200,90,44); }

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