Html Css Color HEX #C95D1F Chocolate

📋 copy color: '#C95D1F'

red 201 ◦ green 93 ◦ blue 31

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

Shades of Chocolate #C95D1F

Tints of Chocolate #C95D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 61.85%
G = 28.62%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C95D1F (or 0xC95D1F) is known color: Chocolate. HEX triplet: C9, 5D and 1F. RGB value is (201,93,31). Sum of RGB (Red+Green+Blue) = 201+93+31=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D1F is #36A2E0. Grayscale: #767676. Windows color (decimal): -3580641 or 2055625. OLE color: 2055625.

HSL color Cylindrical-coordinate representation of color #C95D1F: hue angle of 21.88º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C95D1F is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 31 -
CMYK 0 0.54 0.85 0.21
HSL 21.88º 0.73% 0.45% -
HSV(B) 21.88º 0.85% 0.79% -
XYZ 28.25 20.35 3.73 -
YUV 118.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 201 93 31 0 0.54 0.85 0.21 21.88 0.73 0.45
Hex C9 5D 1F 0 36 55 15 16 49 2D
Octal 311 135 37 0 66 125 25 26 111 55
Binary 11001001 1011101 11111 0 110110 1010101 10101 10110 1001001 101101

Color Harmonies of #C95D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D1F

Black with #C95D1F

Text Example


Text Example

White with #C95D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D1F; }

 p { color: rgb(201,93,31); }

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

background-color css

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

 a { background-color: rgb(201,93,31); }

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

border-color css

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

 span { border-color: rgb(201,93,31); }

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