Html Css Color HEX #C95318 Chocolate

📋 copy color: '#C95318'

red 201 ◦ green 83 ◦ blue 24

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

Shades of Chocolate #C95318

Tints of Chocolate #C95318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 65.26%
G = 26.95%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C95318 (or 0xC95318) is known color: Chocolate. HEX triplet: C9, 53 and 18. RGB value is (201,83,24). Sum of RGB (Red+Green+Blue) = 201+83+24=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C95318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95318 is #36ACE7. Grayscale: #6F6F6F. Windows color (decimal): -3583208 or 1594313. OLE color: 1594313.

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

Color convert

RGB 201 83 24 -
CMYK 0 0.59 0.88 0.21
HSL 20º 0.79% 0.44% -
HSV(B) 20º 0.88% 0.79% -
XYZ 27.35 18.67 3.03 -
YUV 111.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 201 83 24 0 0.59 0.88 0.21 20 0.79 0.44
Hex C9 53 18 0 3B 58 15 14 4F 2C
Octal 311 123 30 0 73 130 25 24 117 54
Binary 11001001 1010011 11000 0 111011 1011000 10101 10100 1001111 101100

Color Harmonies of #C95318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95318

Black with #C95318

Text Example


Text Example

White with #C95318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95318; }

 p { color: rgb(201,83,24); }

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

background-color css

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

 a { background-color: rgb(201,83,24); }

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

border-color css

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

 span { border-color: rgb(201,83,24); }

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