Html Css Color HEX #C15E19 Chocolate

📋 copy color: '#C15E19'

red 193 ◦ green 94 ◦ blue 25

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

Shades of Chocolate #C15E19

Tints of Chocolate #C15E19

RGB

 RED value IS 193 (75.78% from 255) = 61.86%

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 61.86%
G = 30.13%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C15E19 (or 0xC15E19) is known color: Chocolate. HEX triplet: C1, 5E and 19. RGB value is (193,94,25). Sum of RGB (Red+Green+Blue) = 193+94+25=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15E19 is #3EA1E6. Grayscale: #747474. Windows color (decimal): -4104679 or 1662657. OLE color: 1662657.

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

Color convert

RGB 193 94 25 -
CMYK 0 0.51 0.87 0.24
HSL 24.64º 0.77% 0.43% -
HSV(B) 24.64º 0.87% 0.76% -
XYZ 26.17 19.41 3.29 -
YUV 115.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 193 94 25 0 0.51 0.87 0.24 24.64 0.77 0.43
Hex C1 5E 19 0 33 57 18 19 4D 2B
Octal 301 136 31 0 63 127 30 31 115 53
Binary 11000001 1011110 11001 0 110011 1010111 11000 11001 1001101 101011

Color Harmonies of #C15E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15E19

Black with #C15E19

Text Example


Text Example

White with #C15E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15E19; }

 p { color: rgb(193,94,25); }

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

background-color css

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

 a { background-color: rgb(193,94,25); }

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

border-color css

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

 span { border-color: rgb(193,94,25); }

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