Html Css Color HEX #C85B2E Chilean Fire

📋 copy color: '#C85B2E'

red 200 ◦ green 91 ◦ blue 46

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

Shades of Chilean Fire #C85B2E

Tints of Chilean Fire #C85B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 59.35%
G = 27%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C85B2E (or 0xC85B2E) is known color: Chilean Fire. HEX triplet: C8, 5B and 2E. RGB value is (200,91,46). Sum of RGB (Red+Green+Blue) = 200+91+46=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B2E is #37A4D1. Grayscale: #767676. Windows color (decimal): -3646674 or 3038152. OLE color: 3038152.

HSL color Cylindrical-coordinate representation of color #C85B2E: hue angle of 17.53º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C85B2E is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 46 -
CMYK 0 0.54 0.77 0.22
HSL 17.53º 0.63% 0.48% -
HSV(B) 17.53º 0.77% 0.78% -
XYZ 28.05 19.96 4.96 -
YUV 118.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 200 91 46 0 0.54 0.77 0.22 17.53 0.63 0.48
Hex C8 5B 2E 0 36 4D 16 12 3F 30
Octal 310 133 56 0 66 115 26 22 77 60
Binary 11001000 1011011 101110 0 110110 1001101 10110 10010 111111 110000

Color Harmonies of #C85B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B2E

Black with #C85B2E

Text Example


Text Example

White with #C85B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B2E; }

 p { color: rgb(200,91,46); }

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

background-color css

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

 a { background-color: rgb(200,91,46); }

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

border-color css

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

 span { border-color: rgb(200,91,46); }

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