Html Css Color HEX #C95E13 Chocolate

📋 copy color: '#C95E13'

red 201 ◦ green 94 ◦ blue 19

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

Shades of Chocolate #C95E13

Tints of Chocolate #C95E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.94%

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 64.01%
G = 29.94%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C95E13 (or 0xC95E13) is known color: Chocolate. HEX triplet: C9, 5E and 13. RGB value is (201,94,19). Sum of RGB (Red+Green+Blue) = 201+94+19=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95E13 is #36A1EC. Grayscale: #757575. Windows color (decimal): -3580397 or 1269449. OLE color: 1269449.

HSL color Cylindrical-coordinate representation of color #C95E13: hue angle of 24.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C95E13 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 94 19 -
CMYK 0 0.53 0.91 0.21
HSL 24.73º 0.83% 0.43% -
HSV(B) 24.73º 0.91% 0.79% -
XYZ 28.21 20.47 3.08 -
YUV 117.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 201 94 19 0 0.53 0.91 0.21 24.73 0.83 0.43
Hex C9 5E 13 0 35 5B 15 19 53 2B
Octal 311 136 23 0 65 133 25 31 123 53
Binary 11001001 1011110 10011 0 110101 1011011 10101 11001 1010011 101011

Color Harmonies of #C95E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E13

Black with #C95E13

Text Example


Text Example

White with #C95E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E13; }

 p { color: rgb(201,94,19); }

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

background-color css

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

 a { background-color: rgb(201,94,19); }

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

border-color css

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

 span { border-color: rgb(201,94,19); }

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