Html Css Color HEX #C85833 Chilean Fire

📋 copy color: '#C85833'

red 200 ◦ green 88 ◦ blue 51

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

Shades of Chilean Fire #C85833

Tints of Chilean Fire #C85833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

 BLUE value IS 51 (20.31% from 255) = 15.04%

R = 59%
G = 25.96%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C85833 (or 0xC85833) is known color: Chilean Fire. HEX triplet: C8, 58 and 33. RGB value is (200,88,51). Sum of RGB (Red+Green+Blue) = 200+88+51=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C85833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85833 is #37A7CC. Grayscale: #757575. Windows color (decimal): -3647437 or 3365064. OLE color: 3365064.

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

Color convert

RGB 200 88 51 -
CMYK 0 0.56 0.74 0.22
HSL 14.9º 0.59% 0.49% -
HSV(B) 14.9º 0.75% 0.78% -
XYZ 27.91 19.5 5.42 -
YUV 117.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 200 88 51 0 0.56 0.74 0.22 14.9 0.59 0.49
Hex C8 58 33 0 38 4A 16 F 3B 31
Octal 310 130 63 0 70 112 26 17 73 61
Binary 11001000 1011000 110011 0 111000 1001010 10110 1111 111011 110001

Color Harmonies of #C85833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85833

Black with #C85833

Text Example


Text Example

White with #C85833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85833; }

 p { color: rgb(200,88,51); }

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

background-color css

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

 a { background-color: rgb(200,88,51); }

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

border-color css

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

 span { border-color: rgb(200,88,51); }

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