Html Css Color HEX #C95817 Chocolate

📋 copy color: '#C95817'

red 201 ◦ green 88 ◦ blue 23

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

Shades of Chocolate #C95817

Tints of Chocolate #C95817

RGB

 RED value IS 201 (78.91% from 255) = 64.42%

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

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 64.42%
G = 28.21%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C95817 (or 0xC95817) is known color: Chocolate. HEX triplet: C9, 58 and 17. RGB value is (201,88,23). Sum of RGB (Red+Green+Blue) = 201+88+23=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C95817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95817 is #36A7E8. Grayscale: #727272. Windows color (decimal): -3581929 or 1530057. OLE color: 1530057.

HSL color Cylindrical-coordinate representation of color #C95817: hue angle of 21.91º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C95817 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 88 23 -
CMYK 0 0.56 0.89 0.21
HSL 21.91º 0.79% 0.44% -
HSV(B) 21.91º 0.89% 0.79% -
XYZ 27.73 19.46 3.1 -
YUV 114.38 76.44 189.79 -
System Red Green Blue C M Y K H S L
Decimal 201 88 23 0 0.56 0.89 0.21 21.91 0.79 0.44
Hex C9 58 17 0 38 59 15 16 4F 2C
Octal 311 130 27 0 70 131 25 26 117 54
Binary 11001001 1011000 10111 0 111000 1011001 10101 10110 1001111 101100

Color Harmonies of #C95817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95817

Black with #C95817

Text Example


Text Example

White with #C95817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95817; }

 p { color: rgb(201,88,23); }

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

background-color css

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

 a { background-color: rgb(201,88,23); }

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

border-color css

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

 span { border-color: rgb(201,88,23); }

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