Html Css Color HEX #C75C15 Chocolate

📋 copy color: '#C75C15'

red 199 ◦ green 92 ◦ blue 21

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

Shades of Chocolate #C75C15

Tints of Chocolate #C75C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

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

R = 63.78%
G = 29.49%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75C15 (or 0xC75C15) is known color: Chocolate. HEX triplet: C7, 5C and 15. RGB value is (199,92,21). Sum of RGB (Red+Green+Blue) = 199+92+21=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75C15 is #38A3EA. Grayscale: #747474. Windows color (decimal): -3711979 or 1400007. OLE color: 1400007.

HSL color Cylindrical-coordinate representation of color #C75C15: hue angle of 23.93º 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 #C75C15 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 92 21 -
CMYK 0 0.54 0.89 0.22
HSL 23.93º 0.81% 0.43% -
HSV(B) 23.93º 0.89% 0.78% -
XYZ 27.52 19.85 3.09 -
YUV 115.9 74.45 187.27 -
System Red Green Blue C M Y K H S L
Decimal 199 92 21 0 0.54 0.89 0.22 23.93 0.81 0.43
Hex C7 5C 15 0 36 59 16 18 51 2B
Octal 307 134 25 0 66 131 26 30 121 53
Binary 11000111 1011100 10101 0 110110 1011001 10110 11000 1010001 101011

Color Harmonies of #C75C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C15

Black with #C75C15

Text Example


Text Example

White with #C75C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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