Html Css Color HEX #C35E15 Chocolate

📋 copy color: '#C35E15'

red 195 ◦ green 94 ◦ blue 21

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

Shades of Chocolate #C35E15

Tints of Chocolate #C35E15

RGB

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

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

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

R = 62.9%
G = 30.32%
B = 6.77%

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

#C35E15 (or 0xC35E15) is known color: Chocolate. HEX triplet: C3, 5E and 15. RGB value is (195,94,21). Sum of RGB (Red+Green+Blue) = 195+94+21=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35E15 is #3CA1EA. Grayscale: #747474. Windows color (decimal): -3973611 or 1400515. OLE color: 1400515.

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

Color convert

RGB 195 94 21 -
CMYK 0 0.52 0.89 0.24
HSL 25.17º 0.81% 0.42% -
HSV(B) 25.17º 0.89% 0.76% -
XYZ 26.64 19.66 3.1 -
YUV 115.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 195 94 21 0 0.52 0.89 0.24 25.17 0.81 0.42
Hex C3 5E 15 0 34 59 18 19 51 2A
Octal 303 136 25 0 64 131 30 31 121 52
Binary 11000011 1011110 10101 0 110100 1011001 11000 11001 1010001 101010

Color Harmonies of #C35E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E15

Black with #C35E15

Text Example


Text Example

White with #C35E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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