Html Css Color HEX #C2611C Chocolate

📋 copy color: '#C2611C'

red 194 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #C2611C

Tints of Chocolate #C2611C

RGB

 RED value IS 194 (76.17% from 255) = 60.82%

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

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

R = 60.82%
G = 30.41%
B = 8.78%

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

#C2611C (or 0xC2611C) is known color: Chocolate. HEX triplet: C2, 61 and 1C. RGB value is (194,97,28). Sum of RGB (Red+Green+Blue) = 194+97+28=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2611C is #3D9EE3. Grayscale: #767676. Windows color (decimal): -4038372 or 1860034. OLE color: 1860034.

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

Color convert

RGB 194 97 28 -
CMYK 0 0.50 0.86 0.24
HSL 24.94º 0.75% 0.44% -
HSV(B) 24.94º 0.86% 0.76% -
XYZ 26.73 20.1 3.57 -
YUV 118.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 194 97 28 0 0.50 0.86 0.24 24.94 0.75 0.44
Hex C2 61 1C 0 32 56 18 19 4B 2C
Octal 302 141 34 0 62 126 30 31 113 54
Binary 11000010 1100001 11100 0 110010 1010110 11000 11001 1001011 101100

Color Harmonies of #C2611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2611C

Black with #C2611C

Text Example


Text Example

White with #C2611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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