Html Css Color HEX #C75C16 Chocolate

📋 copy color: '#C75C16'

red 199 ◦ green 92 ◦ blue 22

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

Shades of Chocolate #C75C16

Tints of Chocolate #C75C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 63.58%
G = 29.39%
B = 7.03%

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

#C75C16 (or 0xC75C16) is known color: Chocolate. HEX triplet: C7, 5C and 16. RGB value is (199,92,22). Sum of RGB (Red+Green+Blue) = 199+92+22=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75C16 is #38A3E9. Grayscale: #747474. Windows color (decimal): -3711978 or 1465543. OLE color: 1465543.

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

Color convert

RGB 199 92 22 -
CMYK 0 0.54 0.89 0.22
HSL 23.73º 0.8% 0.43% -
HSV(B) 23.73º 0.89% 0.78% -
XYZ 27.53 19.85 3.14 -
YUV 116.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 199 92 22 0 0.54 0.89 0.22 23.73 0.8 0.43
Hex C7 5C 16 0 36 59 16 18 50 2B
Octal 307 134 26 0 66 131 26 30 120 53
Binary 11000111 1011100 10110 0 110110 1011001 10110 11000 1010000 101011

Color Harmonies of #C75C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C16

Black with #C75C16

Text Example


Text Example

White with #C75C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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