Html Css Color HEX #C6B6AB Tide

📋 copy color: '#C6B6AB'

red 198 ◦ green 182 ◦ blue 171

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

Shades of Tide #C6B6AB

Tints of Tide #C6B6AB

RGB

 RED value IS 198 (77.73% from 255) = 35.93%

 GREEN value IS 182 (71.48% from 255) = 33.03%

 BLUE value IS 171 (67.19% from 255) = 31.03%

R = 35.93%
G = 33.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6B6AB (or 0xC6B6AB) is known color: Tide. HEX triplet: C6, B6 and AB. RGB value is (198,182,171). Sum of RGB (Red+Green+Blue) = 198+182+171=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B6AB is #394954. Grayscale: #B9B9B9. Windows color (decimal): -3754325 or 11253446. OLE color: 11253446.

HSL color Cylindrical-coordinate representation of color #C6B6AB: hue angle of 24.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6B6AB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 182 171 -
CMYK 0 0.08 0.14 0.22
HSL 24.44º 0.19% 0.72% -
HSV(B) 24.44º 0.14% 0.78% -
XYZ 47.37 48.4 45.37 -
YUV 185.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 198 182 171 0 0.08 0.14 0.22 24.44 0.19 0.72
Hex C6 B6 AB 0 8 E 16 18 13 48
Octal 306 266 253 0 10 16 26 30 23 110
Binary 11000110 10110110 10101011 0 1000 1110 10110 11000 10011 1001000

Color Harmonies of #C6B6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B6AB

Black with #C6B6AB

Text Example


Text Example

White with #C6B6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B6AB; }

 p { color: rgb(198,182,171); }

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

background-color css

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

 a { background-color: rgb(198,182,171); }

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

border-color css

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

 span { border-color: rgb(198,182,171); }

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