Html Css Color HEX #C3651C Chocolate

📋 copy color: '#C3651C'

red 195 ◦ green 101 ◦ blue 28

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

Shades of Chocolate #C3651C

Tints of Chocolate #C3651C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 60.19%
G = 31.17%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3651C (or 0xC3651C) is known color: Chocolate. HEX triplet: C3, 65 and 1C. RGB value is (195,101,28). Sum of RGB (Red+Green+Blue) = 195+101+28=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3651C is #3C9AE3. Grayscale: #797979. Windows color (decimal): -3971812 or 1861059. OLE color: 1861059.

HSL color Cylindrical-coordinate representation of color #C3651C: hue angle of 26.23º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3651C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 101 28 -
CMYK 0 0.48 0.86 0.24
HSL 26.23º 0.75% 0.44% -
HSV(B) 26.23º 0.86% 0.76% -
XYZ 27.37 20.99 3.71 -
YUV 120.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 195 101 28 0 0.48 0.86 0.24 26.23 0.75 0.44
Hex C3 65 1C 0 30 56 18 1A 4B 2C
Octal 303 145 34 0 60 126 30 32 113 54
Binary 11000011 1100101 11100 0 110000 1010110 11000 11010 1001011 101100

Color Harmonies of #C3651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3651C

Black with #C3651C

Text Example


Text Example

White with #C3651C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3651C; }

 p { color: rgb(195,101,28); }

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

background-color css

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

 a { background-color: rgb(195,101,28); }

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

border-color css

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

 span { border-color: rgb(195,101,28); }

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