Html Css Color HEX #C85729 Chilean Fire

📋 copy color: '#C85729'

red 200 ◦ green 87 ◦ blue 41

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

Shades of Chilean Fire #C85729

Tints of Chilean Fire #C85729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.5%

R = 60.98%
G = 26.52%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C85729 (or 0xC85729) is known color: Chilean Fire. HEX triplet: C8, 57 and 29. RGB value is (200,87,41). Sum of RGB (Red+Green+Blue) = 200+87+41=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C85729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85729 is #37A8D6. Grayscale: #737373. Windows color (decimal): -3647703 or 2709448. OLE color: 2709448.

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

Color convert

RGB 200 87 41 -
CMYK 0 0.56 0.80 0.22
HSL 17.36º 0.66% 0.47% -
HSV(B) 17.36º 0.8% 0.78% -
XYZ 27.63 19.26 4.36 -
YUV 115.54 85.94 188.24 -
System Red Green Blue C M Y K H S L
Decimal 200 87 41 0 0.56 0.80 0.22 17.36 0.66 0.47
Hex C8 57 29 0 38 50 16 11 42 2F
Octal 310 127 51 0 70 120 26 21 102 57
Binary 11001000 1010111 101001 0 111000 1010000 10110 10001 1000010 101111

Color Harmonies of #C85729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85729

Black with #C85729

Text Example


Text Example

White with #C85729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85729; }

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

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

background-color css

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

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

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

border-color css

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

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

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