Html Css Color HEX #C25F15 Chocolate

📋 copy color: '#C25F15'

red 194 ◦ green 95 ◦ blue 21

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

Shades of Chocolate #C25F15

Tints of Chocolate #C25F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 62.58%
G = 30.65%
B = 6.77%

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

#C25F15 (or 0xC25F15) is known color: Chocolate. HEX triplet: C2, 5F and 15. RGB value is (194,95,21). Sum of RGB (Red+Green+Blue) = 194+95+21=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F15 is #3DA0EA. Grayscale: #747474. Windows color (decimal): -4038891 or 1400770. OLE color: 1400770.

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

Color convert

RGB 194 95 21 -
CMYK 0 0.51 0.89 0.24
HSL 25.66º 0.8% 0.42% -
HSV(B) 25.66º 0.89% 0.76% -
XYZ 26.48 19.71 3.12 -
YUV 116.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 194 95 21 0 0.51 0.89 0.24 25.66 0.8 0.42
Hex C2 5F 15 0 33 59 18 1A 50 2A
Octal 302 137 25 0 63 131 30 32 120 52
Binary 11000010 1011111 10101 0 110011 1011001 11000 11010 1010000 101010

Color Harmonies of #C25F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F15

Black with #C25F15

Text Example


Text Example

White with #C25F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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