Html Css Color HEX #C2661C Chocolate

📋 copy color: '#C2661C'

red 194 ◦ green 102 ◦ blue 28

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

Shades of Chocolate #C2661C

Tints of Chocolate #C2661C

RGB

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

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

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

R = 59.88%
G = 31.48%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2661C (or 0xC2661C) is known color: Chocolate. HEX triplet: C2, 66 and 1C. RGB value is (194,102,28). Sum of RGB (Red+Green+Blue) = 194+102+28=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2661C is #3D99E3. Grayscale: #797979. Windows color (decimal): -4037092 or 1861314. OLE color: 1861314.

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

Color convert

RGB 194 102 28 -
CMYK 0 0.47 0.86 0.24
HSL 26.75º 0.75% 0.44% -
HSV(B) 26.75º 0.86% 0.76% -
XYZ 27.21 21.06 3.73 -
YUV 121.07 75.48 180.02 -
System Red Green Blue C M Y K H S L
Decimal 194 102 28 0 0.47 0.86 0.24 26.75 0.75 0.44
Hex C2 66 1C 0 2F 56 18 1B 4B 2C
Octal 302 146 34 0 57 126 30 33 113 54
Binary 11000010 1100110 11100 0 101111 1010110 11000 11011 1001011 101100

Color Harmonies of #C2661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2661C

Black with #C2661C

Text Example


Text Example

White with #C2661C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2661C; }

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

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

background-color css

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

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

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

border-color css

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

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

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