Html Css Color HEX #C85728 Chilean Fire

📋 copy color: '#C85728'

red 200 ◦ green 87 ◦ blue 40

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

Shades of Chilean Fire #C85728

Tints of Chilean Fire #C85728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.23%

R = 61.16%
G = 26.61%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C85728 (or 0xC85728) is known color: Chilean Fire. HEX triplet: C8, 57 and 28. RGB value is (200,87,40). Sum of RGB (Red+Green+Blue) = 200+87+40=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C85728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85728 is #37A8D7. Grayscale: #737373. Windows color (decimal): -3647704 or 2643912. OLE color: 2643912.

HSL color Cylindrical-coordinate representation of color #C85728: hue angle of 17.62º degrees, saturation: 0.67, 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 #C85728 is Cyan = 0, Magento = 0.56, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 87 40 -
CMYK 0 0.56 0.8 0.22
HSL 17.63º 0.67% 0.47% -
HSV(B) 17.63º 0.8% 0.78% -
XYZ 27.61 19.25 4.27 -
YUV 115.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 200 87 40 0 0.56 0.8 0.22 17.63 0.67 0.47
Hex C8 57 28 0 38 50 16 12 43 2F
Octal 310 127 50 0 70 120 26 22 103 57
Binary 11001000 1010111 101000 0 111000 1010000 10110 10010 1000011 101111

Color Harmonies of #C85728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85728

Black with #C85728

Text Example


Text Example

White with #C85728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85728; }

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

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

background-color css

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

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

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

border-color css

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

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

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