Html Css Color HEX #C85A2F Chilean Fire

📋 copy color: '#C85A2F'

red 200 ◦ green 90 ◦ blue 47

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

Shades of Chilean Fire #C85A2F

Tints of Chilean Fire #C85A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 59.35%
G = 26.71%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C85A2F (or 0xC85A2F) is known color: Chilean Fire. HEX triplet: C8, 5A and 2F. RGB value is (200,90,47). Sum of RGB (Red+Green+Blue) = 200+90+47=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A2F is #37A5D0. Grayscale: #767676. Windows color (decimal): -3646929 or 3103432. OLE color: 3103432.

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

Color convert

RGB 200 90 47 -
CMYK 0 0.55 0.76 0.22
HSL 16.86º 0.62% 0.48% -
HSV(B) 16.86º 0.77% 0.78% -
XYZ 27.99 19.8 5.04 -
YUV 117.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 200 90 47 0 0.55 0.76 0.22 16.86 0.62 0.48
Hex C8 5A 2F 0 37 4C 16 11 3E 30
Octal 310 132 57 0 67 114 26 21 76 60
Binary 11001000 1011010 101111 0 110111 1001100 10110 10001 111110 110000

Color Harmonies of #C85A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A2F

Black with #C85A2F

Text Example


Text Example

White with #C85A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A2F; }

 p { color: rgb(200,90,47); }

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

background-color css

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

 a { background-color: rgb(200,90,47); }

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

border-color css

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

 span { border-color: rgb(200,90,47); }

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