Html Css Color HEX #C25F18 Chocolate

📋 copy color: '#C25F18'

red 194 ◦ green 95 ◦ blue 24

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

Shades of Chocolate #C25F18

Tints of Chocolate #C25F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 61.98%
G = 30.35%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C25F18 (or 0xC25F18) is known color: Chocolate. HEX triplet: C2, 5F and 18. RGB value is (194,95,24). Sum of RGB (Red+Green+Blue) = 194+95+24=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F18 is #3DA0E7. Grayscale: #747474. Windows color (decimal): -4038888 or 1597378. OLE color: 1597378.

HSL color Cylindrical-coordinate representation of color #C25F18: hue angle of 25.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C25F18 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 24 -
CMYK 0 0.51 0.88 0.24
HSL 25.06º 0.78% 0.43% -
HSV(B) 25.06º 0.88% 0.76% -
XYZ 26.51 19.72 3.27 -
YUV 116.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 194 95 24 0 0.51 0.88 0.24 25.06 0.78 0.43
Hex C2 5F 18 0 33 58 18 19 4E 2B
Octal 302 137 30 0 63 130 30 31 116 53
Binary 11000010 1011111 11000 0 110011 1011000 11000 11001 1001110 101011

Color Harmonies of #C25F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F18

Black with #C25F18

Text Example


Text Example

White with #C25F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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