Html Css Color HEX #C85726 Chilean Fire

📋 copy color: '#C85726'

red 200 ◦ green 87 ◦ blue 38

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

Shades of Chilean Fire #C85726

Tints of Chilean Fire #C85726

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 61.54%
G = 26.77%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C85726 (or 0xC85726) is known color: Chilean Fire. HEX triplet: C8, 57 and 26. RGB value is (200,87,38). Sum of RGB (Red+Green+Blue) = 200+87+38=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C85726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85726 is #37A8D9. Grayscale: #737373. Windows color (decimal): -3647706 or 2512840. OLE color: 2512840.

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

Color convert

RGB 200 87 38 -
CMYK 0 0.56 0.81 0.22
HSL 18.15º 0.68% 0.47% -
HSV(B) 18.15º 0.81% 0.78% -
XYZ 27.58 19.24 4.09 -
YUV 115.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 200 87 38 0 0.56 0.81 0.22 18.15 0.68 0.47
Hex C8 57 26 0 38 51 16 12 44 2F
Octal 310 127 46 0 70 121 26 22 104 57
Binary 11001000 1010111 100110 0 111000 1010001 10110 10010 1000100 101111

Color Harmonies of #C85726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85726

Black with #C85726

Text Example


Text Example

White with #C85726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85726; }

 p { color: rgb(200,87,38); }

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

background-color css

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

 a { background-color: rgb(200,87,38); }

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

border-color css

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

 span { border-color: rgb(200,87,38); }

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