Html Css Color HEX #C2B1A6 Tide

📋 copy color: '#C2B1A6'

red 194 ◦ green 177 ◦ blue 166

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

Shades of Tide #C2B1A6

Tints of Tide #C2B1A6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.96%

 BLUE value IS 166 (65.23% from 255) = 30.91%

R = 36.13%
G = 32.96%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C2B1A6 (or 0xC2B1A6) is known color: Tide. HEX triplet: C2, B1 and A6. RGB value is (194,177,166). Sum of RGB (Red+Green+Blue) = 194+177+166=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B1A6 is #3D4E59. Grayscale: #B4B4B4. Windows color (decimal): -4017754 or 10924482. OLE color: 10924482.

HSL color Cylindrical-coordinate representation of color #C2B1A6: hue angle of 23.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2B1A6 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 166 -
CMYK 0 0.09 0.14 0.24
HSL 23.57º 0.19% 0.71% -
HSV(B) 23.57º 0.14% 0.76% -
XYZ 44.85 45.67 42.53 -
YUV 180.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 194 177 166 0 0.09 0.14 0.24 23.57 0.19 0.71
Hex C2 B1 A6 0 9 E 18 18 13 47
Octal 302 261 246 0 11 16 30 30 23 107
Binary 11000010 10110001 10100110 0 1001 1110 11000 11000 10011 1000111

Color Harmonies of #C2B1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B1A6

Black with #C2B1A6

Text Example


Text Example

White with #C2B1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B1A6; }

 p { color: rgb(194,177,166); }

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

background-color css

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

 a { background-color: rgb(194,177,166); }

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

border-color css

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

 span { border-color: rgb(194,177,166); }

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