Html Css Color HEX #C85D1A Chocolate

📋 copy color: '#C85D1A'

red 200 ◦ green 93 ◦ blue 26

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

Shades of Chocolate #C85D1A

Tints of Chocolate #C85D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 62.7%
G = 29.15%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C85D1A (or 0xC85D1A) is known color: Chocolate. HEX triplet: C8, 5D and 1A. RGB value is (200,93,26). Sum of RGB (Red+Green+Blue) = 200+93+26=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D1A is #37A2E5. Grayscale: #757575. Windows color (decimal): -3646182 or 1727944. OLE color: 1727944.

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

Color convert

RGB 200 93 26 -
CMYK 0 0.54 0.87 0.22
HSL 23.1º 0.77% 0.44% -
HSV(B) 23.1º 0.87% 0.78% -
XYZ 27.92 20.18 3.4 -
YUV 117.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 200 93 26 0 0.54 0.87 0.22 23.1 0.77 0.44
Hex C8 5D 1A 0 36 57 16 17 4D 2C
Octal 310 135 32 0 66 127 26 27 115 54
Binary 11001000 1011101 11010 0 110110 1010111 10110 10111 1001101 101100

Color Harmonies of #C85D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D1A

Black with #C85D1A

Text Example


Text Example

White with #C85D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D1A; }

 p { color: rgb(200,93,26); }

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

background-color css

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

 a { background-color: rgb(200,93,26); }

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

border-color css

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

 span { border-color: rgb(200,93,26); }

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