Html Css Color HEX #C2661E Chocolate

📋 copy color: '#C2661E'

red 194 ◦ green 102 ◦ blue 30

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

Shades of Chocolate #C2661E

Tints of Chocolate #C2661E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 59.51%
G = 31.29%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2661E (or 0xC2661E) is known color: Chocolate. HEX triplet: C2, 66 and 1E. RGB value is (194,102,30). Sum of RGB (Red+Green+Blue) = 194+102+30=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2661E is #3D99E1. Grayscale: #797979. Windows color (decimal): -4037090 or 1992386. OLE color: 1992386.

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

Color convert

RGB 194 102 30 -
CMYK 0 0.47 0.85 0.24
HSL 26.34º 0.73% 0.44% -
HSV(B) 26.34º 0.85% 0.76% -
XYZ 27.23 21.07 3.86 -
YUV 121.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 194 102 30 0 0.47 0.85 0.24 26.34 0.73 0.44
Hex C2 66 1E 0 2F 55 18 1A 49 2C
Octal 302 146 36 0 57 125 30 32 111 54
Binary 11000010 1100110 11110 0 101111 1010101 11000 11010 1001001 101100

Color Harmonies of #C2661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2661E

Black with #C2661E

Text Example


Text Example

White with #C2661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2661E; }

 p { color: rgb(194,102,30); }

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

background-color css

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

 a { background-color: rgb(194,102,30); }

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

border-color css

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

 span { border-color: rgb(194,102,30); }

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