Html Css Color HEX #C35F16 Chocolate

📋 copy color: '#C35F16'

red 195 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #C35F16

Tints of Chocolate #C35F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.45%

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

R = 62.5%
G = 30.45%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C35F16 (or 0xC35F16) is known color: Chocolate. HEX triplet: C3, 5F and 16. RGB value is (195,95,22). Sum of RGB (Red+Green+Blue) = 195+95+22=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35F16 is #3CA0E9. Grayscale: #747474. Windows color (decimal): -3973354 or 1466307. OLE color: 1466307.

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

Color convert

RGB 195 95 22 -
CMYK 0 0.51 0.89 0.24
HSL 25.32º 0.8% 0.43% -
HSV(B) 25.32º 0.89% 0.76% -
XYZ 26.74 19.84 3.18 -
YUV 116.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 195 95 22 0 0.51 0.89 0.24 25.32 0.8 0.43
Hex C3 5F 16 0 33 59 18 19 50 2B
Octal 303 137 26 0 63 131 30 31 120 53
Binary 11000011 1011111 10110 0 110011 1011001 11000 11001 1010000 101011

Color Harmonies of #C35F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F16

Black with #C35F16

Text Example


Text Example

White with #C35F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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