Html Css Color HEX #C35C16 Chocolate

📋 copy color: '#C35C16'

red 195 ◦ green 92 ◦ blue 22

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

Shades of Chocolate #C35C16

Tints of Chocolate #C35C16

RGB

 RED value IS 195 (76.56% from 255) = 63.11%

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

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

R = 63.11%
G = 29.77%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C35C16 (or 0xC35C16) is known color: Chocolate. HEX triplet: C3, 5C and 16. RGB value is (195,92,22). Sum of RGB (Red+Green+Blue) = 195+92+22=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C16 is #3CA3E9. Grayscale: #737373. Windows color (decimal): -3974122 or 1465539. OLE color: 1465539.

HSL color Cylindrical-coordinate representation of color #C35C16: hue angle of 24.28º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C35C16 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 22 -
CMYK 0 0.53 0.89 0.24
HSL 24.28º 0.8% 0.43% -
HSV(B) 24.28º 0.89% 0.76% -
XYZ 26.48 19.31 3.09 -
YUV 114.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 195 92 22 0 0.53 0.89 0.24 24.28 0.8 0.43
Hex C3 5C 16 0 35 59 18 18 50 2B
Octal 303 134 26 0 65 131 30 30 120 53
Binary 11000011 1011100 10110 0 110101 1011001 11000 11000 1010000 101011

Color Harmonies of #C35C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C16

Black with #C35C16

Text Example


Text Example

White with #C35C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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