Html Css Color HEX #C3611C Chocolate

📋 copy color: '#C3611C'

red 195 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #C3611C

Tints of Chocolate #C3611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

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

R = 60.94%
G = 30.31%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3611C (or 0xC3611C) is known color: Chocolate. HEX triplet: C3, 61 and 1C. RGB value is (195,97,28). Sum of RGB (Red+Green+Blue) = 195+97+28=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3611C is #3C9EE3. Grayscale: #767676. Windows color (decimal): -3972836 or 1860035. OLE color: 1860035.

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

Color convert

RGB 195 97 28 -
CMYK 0 0.50 0.86 0.24
HSL 24.79º 0.75% 0.44% -
HSV(B) 24.79º 0.86% 0.76% -
XYZ 26.99 20.24 3.58 -
YUV 118.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 195 97 28 0 0.50 0.86 0.24 24.79 0.75 0.44
Hex C3 61 1C 0 32 56 18 19 4B 2C
Octal 303 141 34 0 62 126 30 31 113 54
Binary 11000011 1100001 11100 0 110010 1010110 11000 11001 1001011 101100

Color Harmonies of #C3611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3611C

Black with #C3611C

Text Example


Text Example

White with #C3611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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