Html Css Color HEX #C9B4A7 Tide

📋 copy color: '#C9B4A7'

red 201 ◦ green 180 ◦ blue 167

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

Shades of Tide #C9B4A7

Tints of Tide #C9B4A7

RGB

 RED value IS 201 (78.91% from 255) = 36.68%

 GREEN value IS 180 (70.7% from 255) = 32.85%

 BLUE value IS 167 (65.63% from 255) = 30.47%

R = 36.68%
G = 32.85%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C9B4A7 (or 0xC9B4A7) is known color: Tide. HEX triplet: C9, B4 and A7. RGB value is (201,180,167). Sum of RGB (Red+Green+Blue) = 201+180+167=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B4A7 is #364B58. Grayscale: #B8B8B8. Windows color (decimal): -3558233 or 10990793. OLE color: 10990793.

HSL color Cylindrical-coordinate representation of color #C9B4A7: hue angle of 22.94º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9B4A7 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 180 167 -
CMYK 0 0.10 0.17 0.21
HSL 22.94º 0.24% 0.72% -
HSV(B) 22.94º 0.17% 0.79% -
XYZ 47.38 47.85 43.3 -
YUV 184.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 201 180 167 0 0.10 0.17 0.21 22.94 0.24 0.72
Hex C9 B4 A7 0 A 11 15 17 18 48
Octal 311 264 247 0 12 21 25 27 30 110
Binary 11001001 10110100 10100111 0 1010 10001 10101 10111 11000 1001000

Color Harmonies of #C9B4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B4A7

Black with #C9B4A7

Text Example


Text Example

White with #C9B4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B4A7; }

 p { color: rgb(201,180,167); }

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

background-color css

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

 a { background-color: rgb(201,180,167); }

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

border-color css

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

 span { border-color: rgb(201,180,167); }

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