Html Css Color HEX #C85932 Chilean Fire

📋 copy color: '#C85932'

red 200 ◦ green 89 ◦ blue 50

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

Shades of Chilean Fire #C85932

Tints of Chilean Fire #C85932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 59%
G = 26.25%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C85932 (or 0xC85932) is known color: Chilean Fire. HEX triplet: C8, 59 and 32. RGB value is (200,89,50). Sum of RGB (Red+Green+Blue) = 200+89+50=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C85932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85932 is #37A6CD. Grayscale: #767676. Windows color (decimal): -3647182 or 3299784. OLE color: 3299784.

HSL color Cylindrical-coordinate representation of color #C85932: hue angle of 15.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85932 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 89 50 -
CMYK 0 0.56 0.75 0.22
HSL 15.6º 0.6% 0.49% -
HSV(B) 15.6º 0.75% 0.78% -
XYZ 27.97 19.65 5.34 -
YUV 117.74 89.77 186.67 -
System Red Green Blue C M Y K H S L
Decimal 200 89 50 0 0.56 0.75 0.22 15.6 0.6 0.49
Hex C8 59 32 0 38 4B 16 10 3C 31
Octal 310 131 62 0 70 113 26 20 74 61
Binary 11001000 1011001 110010 0 111000 1001011 10110 10000 111100 110001

Color Harmonies of #C85932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85932

Black with #C85932

Text Example


Text Example

White with #C85932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85932; }

 p { color: rgb(200,89,50); }

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

background-color css

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

 a { background-color: rgb(200,89,50); }

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

border-color css

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

 span { border-color: rgb(200,89,50); }

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