Html Css Color HEX #C25E16 Chocolate

📋 copy color: '#C25E16'

red 194 ◦ green 94 ◦ blue 22

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

Shades of Chocolate #C25E16

Tints of Chocolate #C25E16

RGB

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

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

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

R = 62.58%
G = 30.32%
B = 7.1%

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

#C25E16 (or 0xC25E16) is known color: Chocolate. HEX triplet: C2, 5E and 16. RGB value is (194,94,22). Sum of RGB (Red+Green+Blue) = 194+94+22=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E16 is #3DA1E9. Grayscale: #747474. Windows color (decimal): -4039146 or 1466050. OLE color: 1466050.

HSL color Cylindrical-coordinate representation of color #C25E16: hue angle of 25.12º 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 #C25E16 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 94 22 -
CMYK 0 0.52 0.89 0.24
HSL 25.12º 0.8% 0.42% -
HSV(B) 25.12º 0.89% 0.76% -
XYZ 26.4 19.53 3.14 -
YUV 115.69 75.13 183.85 -
System Red Green Blue C M Y K H S L
Decimal 194 94 22 0 0.52 0.89 0.24 25.12 0.8 0.42
Hex C2 5E 16 0 34 59 18 19 50 2A
Octal 302 136 26 0 64 131 30 31 120 52
Binary 11000010 1011110 10110 0 110100 1011001 11000 11001 1010000 101010

Color Harmonies of #C25E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E16

Black with #C25E16

Text Example


Text Example

White with #C25E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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