Html Css Color HEX #C25818 Chocolate

📋 copy color: '#C25818'

red 194 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #C25818

Tints of Chocolate #C25818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

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

R = 63.4%
G = 28.76%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C25818 (or 0xC25818) is known color: Chocolate. HEX triplet: C2, 58 and 18. RGB value is (194,88,24). Sum of RGB (Red+Green+Blue) = 194+88+24=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C25818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25818 is #3DA7E7. Grayscale: #707070. Windows color (decimal): -4040680 or 1595586. OLE color: 1595586.

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

Color convert

RGB 194 88 24 -
CMYK 0 0.55 0.88 0.24
HSL 22.59º 0.78% 0.43% -
HSV(B) 22.59º 0.88% 0.76% -
XYZ 25.9 18.51 3.07 -
YUV 112.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 194 88 24 0 0.55 0.88 0.24 22.59 0.78 0.43
Hex C2 58 18 0 37 58 18 17 4E 2B
Octal 302 130 30 0 67 130 30 27 116 53
Binary 11000010 1011000 11000 0 110111 1011000 11000 10111 1001110 101011

Color Harmonies of #C25818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25818

Black with #C25818

Text Example


Text Example

White with #C25818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25818; }

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

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

background-color css

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

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

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

border-color css

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

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

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