Html Css Color HEX #C3B1A6 Tide

📋 copy color: '#C3B1A6'

red 195 ◦ green 177 ◦ blue 166

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

Shades of Tide #C3B1A6

Tints of Tide #C3B1A6

RGB

 RED value IS 195 (76.56% from 255) = 36.25%

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

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

R = 36.25%
G = 32.9%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C3B1A6 (or 0xC3B1A6) is known color: Tide. HEX triplet: C3, B1 and A6. RGB value is (195,177,166). Sum of RGB (Red+Green+Blue) = 195+177+166=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B1A6 is #3C4E59. Grayscale: #B5B5B5. Windows color (decimal): -3952218 or 10924483. OLE color: 10924483.

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

Color convert

RGB 195 177 166 -
CMYK 0 0.09 0.15 0.24
HSL 22.76º 0.19% 0.71% -
HSV(B) 22.76º 0.15% 0.76% -
XYZ 45.11 45.8 42.54 -
YUV 181.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 195 177 166 0 0.09 0.15 0.24 22.76 0.19 0.71
Hex C3 B1 A6 0 9 F 18 17 13 47
Octal 303 261 246 0 11 17 30 27 23 107
Binary 11000011 10110001 10100110 0 1001 1111 11000 10111 10011 1000111

Color Harmonies of #C3B1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B1A6

Black with #C3B1A6

Text Example


Text Example

White with #C3B1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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