Html Css Color HEX #C15F18 Chocolate

📋 copy color: '#C15F18'

red 193 ◦ green 95 ◦ blue 24

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

Shades of Chocolate #C15F18

Tints of Chocolate #C15F18

RGB

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

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

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

R = 61.86%
G = 30.45%
B = 7.69%

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

#C15F18 (or 0xC15F18) is known color: Chocolate. HEX triplet: C1, 5F and 18. RGB value is (193,95,24). Sum of RGB (Red+Green+Blue) = 193+95+24=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15F18 is #3EA0E7. Grayscale: #747474. Windows color (decimal): -4104424 or 1597377. OLE color: 1597377.

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

Color convert

RGB 193 95 24 -
CMYK 0 0.51 0.88 0.24
HSL 25.21º 0.78% 0.43% -
HSV(B) 25.21º 0.88% 0.76% -
XYZ 26.25 19.59 3.26 -
YUV 116.21 75.97 182.77 -
System Red Green Blue C M Y K H S L
Decimal 193 95 24 0 0.51 0.88 0.24 25.21 0.78 0.43
Hex C1 5F 18 0 33 58 18 19 4E 2B
Octal 301 137 30 0 63 130 30 31 116 53
Binary 11000001 1011111 11000 0 110011 1011000 11000 11001 1001110 101011

Color Harmonies of #C15F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F18

Black with #C15F18

Text Example


Text Example

White with #C15F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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