Html Css Color HEX #C85A2A Chilean Fire

📋 copy color: '#C85A2A'

red 200 ◦ green 90 ◦ blue 42

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

Shades of Chilean Fire #C85A2A

Tints of Chilean Fire #C85A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 60.24%
G = 27.11%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C85A2A (or 0xC85A2A) is known color: Chilean Fire. HEX triplet: C8, 5A and 2A. RGB value is (200,90,42). Sum of RGB (Red+Green+Blue) = 200+90+42=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A2A is #37A5D5. Grayscale: #757575. Windows color (decimal): -3646934 or 2775752. OLE color: 2775752.

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

Color convert

RGB 200 90 42 -
CMYK 0 0.55 0.79 0.22
HSL 18.23º 0.65% 0.47% -
HSV(B) 18.23º 0.79% 0.78% -
XYZ 27.89 19.76 4.53 -
YUV 117.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 200 90 42 0 0.55 0.79 0.22 18.23 0.65 0.47
Hex C8 5A 2A 0 37 4F 16 12 41 2F
Octal 310 132 52 0 67 117 26 22 101 57
Binary 11001000 1011010 101010 0 110111 1001111 10110 10010 1000001 101111

Color Harmonies of #C85A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A2A

Black with #C85A2A

Text Example


Text Example

White with #C85A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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