Html Css Color HEX #C75F15 Chocolate

📋 copy color: '#C75F15'

red 199 ◦ green 95 ◦ blue 21

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

Shades of Chocolate #C75F15

Tints of Chocolate #C75F15

RGB

 RED value IS 199 (78.13% from 255) = 63.17%

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

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 63.17%
G = 30.16%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75F15 (or 0xC75F15) is known color: Chocolate. HEX triplet: C7, 5F and 15. RGB value is (199,95,21). Sum of RGB (Red+Green+Blue) = 199+95+21=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75F15 is #38A0EA. Grayscale: #767676. Windows color (decimal): -3711211 or 1400775. OLE color: 1400775.

HSL color Cylindrical-coordinate representation of color #C75F15: hue angle of 24.94º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C75F15 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 95 21 -
CMYK 0 0.52 0.89 0.22
HSL 24.94º 0.81% 0.43% -
HSV(B) 24.94º 0.89% 0.78% -
XYZ 27.78 20.38 3.18 -
YUV 117.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 199 95 21 0 0.52 0.89 0.22 24.94 0.81 0.43
Hex C7 5F 15 0 34 59 16 19 51 2B
Octal 307 137 25 0 64 131 26 31 121 53
Binary 11000111 1011111 10101 0 110100 1011001 10110 11001 1010001 101011

Color Harmonies of #C75F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75F15

Black with #C75F15

Text Example


Text Example

White with #C75F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75F15; }

 p { color: rgb(199,95,21); }

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

background-color css

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

 a { background-color: rgb(199,95,21); }

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

border-color css

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

 span { border-color: rgb(199,95,21); }

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