Html Css Color HEX #C25F16 Chocolate

📋 copy color: '#C25F16'

red 194 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #C25F16

Tints of Chocolate #C25F16

RGB

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

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

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

R = 62.38%
G = 30.55%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25F16 (or 0xC25F16) is known color: Chocolate. HEX triplet: C2, 5F and 16. RGB value is (194,95,22). Sum of RGB (Red+Green+Blue) = 194+95+22=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F16 is #3DA0E9. Grayscale: #747474. Windows color (decimal): -4038890 or 1466306. OLE color: 1466306.

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

Color convert

RGB 194 95 22 -
CMYK 0 0.51 0.89 0.24
HSL 25.47º 0.8% 0.42% -
HSV(B) 25.47º 0.89% 0.76% -
XYZ 26.49 19.71 3.17 -
YUV 116.28 74.8 183.44 -
System Red Green Blue C M Y K H S L
Decimal 194 95 22 0 0.51 0.89 0.24 25.47 0.8 0.42
Hex C2 5F 16 0 33 59 18 19 50 2A
Octal 302 137 26 0 63 131 30 31 120 52
Binary 11000010 1011111 10110 0 110011 1011001 11000 11001 1010000 101010

Color Harmonies of #C25F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F16

Black with #C25F16

Text Example


Text Example

White with #C25F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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