Html Css Color HEX #C95319 Chocolate

📋 copy color: '#C95319'

red 201 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #C95319

Tints of Chocolate #C95319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.09%

R = 65.05%
G = 26.86%
B = 8.09%

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

#C95319 (or 0xC95319) is known color: Chocolate. HEX triplet: C9, 53 and 19. RGB value is (201,83,25). Sum of RGB (Red+Green+Blue) = 201+83+25=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C95319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95319 is #36ACE6. Grayscale: #707070. Windows color (decimal): -3583207 or 1659849. OLE color: 1659849.

HSL color Cylindrical-coordinate representation of color #C95319: hue angle of 19.77º degrees, saturation: 0.78, 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 #C95319 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 25 -
CMYK 0 0.59 0.88 0.21
HSL 19.77º 0.78% 0.44% -
HSV(B) 19.77º 0.88% 0.79% -
XYZ 27.36 18.67 3.08 -
YUV 111.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 201 83 25 0 0.59 0.88 0.21 19.77 0.78 0.44
Hex C9 53 19 0 3B 58 15 14 4E 2C
Octal 311 123 31 0 73 130 25 24 116 54
Binary 11001001 1010011 11001 0 111011 1011000 10101 10100 1001110 101100

Color Harmonies of #C95319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95319

Black with #C95319

Text Example


Text Example

White with #C95319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95319; }

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

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

background-color css

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

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

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

border-color css

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

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

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