Html Css Color HEX #C25D16 Chocolate

📋 copy color: '#C25D16'

red 194 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #C25D16

Tints of Chocolate #C25D16

RGB

 RED value IS 194 (76.17% from 255) = 62.78%

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

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 62.78%
G = 30.1%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25D16 (or 0xC25D16) is known color: Chocolate. HEX triplet: C2, 5D and 16. RGB value is (194,93,22). Sum of RGB (Red+Green+Blue) = 194+93+22=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25D16 is #3DA2E9. Grayscale: #737373. Windows color (decimal): -4039402 or 1465794. OLE color: 1465794.

HSL color Cylindrical-coordinate representation of color #C25D16: hue angle of 24.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C25D16 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 93 22 -
CMYK 0 0.52 0.89 0.24
HSL 24.77º 0.8% 0.42% -
HSV(B) 24.77º 0.89% 0.76% -
XYZ 26.31 19.36 3.11 -
YUV 115.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 194 93 22 0 0.52 0.89 0.24 24.77 0.8 0.42
Hex C2 5D 16 0 34 59 18 19 50 2A
Octal 302 135 26 0 64 131 30 31 120 52
Binary 11000010 1011101 10110 0 110100 1011001 11000 11001 1010000 101010

Color Harmonies of #C25D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D16

Black with #C25D16

Text Example


Text Example

White with #C25D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D16; }

 p { color: rgb(194,93,22); }

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

background-color css

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

 a { background-color: rgb(194,93,22); }

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

border-color css

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

 span { border-color: rgb(194,93,22); }

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