Html Css Color HEX #C2611A Chocolate

📋 copy color: '#C2611A'

red 194 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #C2611A

Tints of Chocolate #C2611A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 61.2%
G = 30.6%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2611A (or 0xC2611A) is known color: Chocolate. HEX triplet: C2, 61 and 1A. RGB value is (194,97,26). Sum of RGB (Red+Green+Blue) = 194+97+26=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2611A is #3D9EE5. Grayscale: #767676. Windows color (decimal): -4038374 or 1728962. OLE color: 1728962.

HSL color Cylindrical-coordinate representation of color #C2611A: hue angle of 25.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2611A is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 26 -
CMYK 0 0.50 0.87 0.24
HSL 25.36º 0.76% 0.43% -
HSV(B) 25.36º 0.87% 0.76% -
XYZ 26.71 20.09 3.45 -
YUV 117.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 194 97 26 0 0.50 0.87 0.24 25.36 0.76 0.43
Hex C2 61 1A 0 32 57 18 19 4C 2B
Octal 302 141 32 0 62 127 30 31 114 53
Binary 11000010 1100001 11010 0 110010 1010111 11000 11001 1001100 101011

Color Harmonies of #C2611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2611A

Black with #C2611A

Text Example


Text Example

White with #C2611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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