Html Css Color HEX #C25A18 Chocolate

📋 copy color: '#C25A18'

red 194 ◦ green 90 ◦ blue 24

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

Shades of Chocolate #C25A18

Tints of Chocolate #C25A18

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.22%

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

R = 62.99%
G = 29.22%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C25A18 (or 0xC25A18) is known color: Chocolate. HEX triplet: C2, 5A and 18. RGB value is (194,90,24). Sum of RGB (Red+Green+Blue) = 194+90+24=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25A18 is #3DA5E7. Grayscale: #717171. Windows color (decimal): -4040168 or 1596098. OLE color: 1596098.

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

Color convert

RGB 194 90 24 -
CMYK 0 0.54 0.88 0.24
HSL 23.29º 0.78% 0.43% -
HSV(B) 23.29º 0.88% 0.76% -
XYZ 26.07 18.85 3.13 -
YUV 113.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 194 90 24 0 0.54 0.88 0.24 23.29 0.78 0.43
Hex C2 5A 18 0 36 58 18 17 4E 2B
Octal 302 132 30 0 66 130 30 27 116 53
Binary 11000010 1011010 11000 0 110110 1011000 11000 10111 1001110 101011

Color Harmonies of #C25A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A18

Black with #C25A18

Text Example


Text Example

White with #C25A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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