Html Css Color HEX #C95F1C Chocolate

📋 copy color: '#C95F1C'

red 201 ◦ green 95 ◦ blue 28

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

Shades of Chocolate #C95F1C

Tints of Chocolate #C95F1C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 62.04%
G = 29.32%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C95F1C (or 0xC95F1C) is known color: Chocolate. HEX triplet: C9, 5F and 1C. RGB value is (201,95,28). Sum of RGB (Red+Green+Blue) = 201+95+28=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F1C is #36A0E3. Grayscale: #777777. Windows color (decimal): -3580132 or 1859529. OLE color: 1859529.

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

Color convert

RGB 201 95 28 -
CMYK 0 0.53 0.86 0.21
HSL 23.24º 0.76% 0.45% -
HSV(B) 23.24º 0.86% 0.79% -
XYZ 28.39 20.69 3.6 -
YUV 119.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 201 95 28 0 0.53 0.86 0.21 23.24 0.76 0.45
Hex C9 5F 1C 0 35 56 15 17 4C 2D
Octal 311 137 34 0 65 126 25 27 114 55
Binary 11001001 1011111 11100 0 110101 1010110 10101 10111 1001100 101101

Color Harmonies of #C95F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F1C

Black with #C95F1C

Text Example


Text Example

White with #C95F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F1C; }

 p { color: rgb(201,95,28); }

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

background-color css

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

 a { background-color: rgb(201,95,28); }

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

border-color css

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

 span { border-color: rgb(201,95,28); }

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