Html Css Color HEX #C15F19 Chocolate

📋 copy color: '#C15F19'

red 193 ◦ green 95 ◦ blue 25

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

Shades of Chocolate #C15F19

Tints of Chocolate #C15F19

RGB

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

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

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

R = 61.66%
G = 30.35%
B = 7.99%

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

#C15F19 (or 0xC15F19) is known color: Chocolate. HEX triplet: C1, 5F and 19. RGB value is (193,95,25). Sum of RGB (Red+Green+Blue) = 193+95+25=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15F19 is #3EA0E6. Grayscale: #747474. Windows color (decimal): -4104423 or 1662913. OLE color: 1662913.

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

Color convert

RGB 193 95 25 -
CMYK 0 0.51 0.87 0.24
HSL 25º 0.77% 0.43% -
HSV(B) 25º 0.87% 0.76% -
XYZ 26.26 19.59 3.32 -
YUV 116.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 193 95 25 0 0.51 0.87 0.24 25 0.77 0.43
Hex C1 5F 19 0 33 57 18 19 4D 2B
Octal 301 137 31 0 63 127 30 31 115 53
Binary 11000001 1011111 11001 0 110011 1010111 11000 11001 1001101 101011

Color Harmonies of #C15F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F19

Black with #C15F19

Text Example


Text Example

White with #C15F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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