Html Css Color HEX #C35E16 Chocolate

📋 copy color: '#C35E16'

red 195 ◦ green 94 ◦ blue 22

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

Shades of Chocolate #C35E16

Tints of Chocolate #C35E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.23%

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

R = 62.7%
G = 30.23%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C35E16 (or 0xC35E16) is known color: Chocolate. HEX triplet: C3, 5E and 16. RGB value is (195,94,22). Sum of RGB (Red+Green+Blue) = 195+94+22=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35E16 is #3CA1E9. Grayscale: #747474. Windows color (decimal): -3973610 or 1466051. OLE color: 1466051.

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

Color convert

RGB 195 94 22 -
CMYK 0 0.52 0.89 0.24
HSL 24.97º 0.8% 0.43% -
HSV(B) 24.97º 0.89% 0.76% -
XYZ 26.65 19.67 3.15 -
YUV 115.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 195 94 22 0 0.52 0.89 0.24 24.97 0.8 0.43
Hex C3 5E 16 0 34 59 18 19 50 2B
Octal 303 136 26 0 64 131 30 31 120 53
Binary 11000011 1011110 10110 0 110100 1011001 11000 11001 1010000 101011

Color Harmonies of #C35E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E16

Black with #C35E16

Text Example


Text Example

White with #C35E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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