Html Css Color HEX #C9BCB0 Tide

📋 copy color: '#C9BCB0'

red 201 ◦ green 188 ◦ blue 176

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

Shades of Tide #C9BCB0

Tints of Tide #C9BCB0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.27%

 BLUE value IS 176 (69.14% from 255) = 31.15%

R = 35.58%
G = 33.27%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C9BCB0 (or 0xC9BCB0) is known color: Tide. HEX triplet: C9, BC and B0. RGB value is (201,188,176). Sum of RGB (Red+Green+Blue) = 201+188+176=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCB0 is #36434F. Grayscale: #BEBEBE. Windows color (decimal): -3556176 or 11582665. OLE color: 11582665.

HSL color Cylindrical-coordinate representation of color #C9BCB0: hue angle of 28.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BCB0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 176 -
CMYK 0 0.06 0.12 0.21
HSL 28.8º 0.19% 0.74% -
HSV(B) 28.8º 0.12% 0.79% -
XYZ 49.91 51.52 48.39 -
YUV 190.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 201 188 176 0 0.06 0.12 0.21 28.8 0.19 0.74
Hex C9 BC B0 0 6 C 15 1D 13 4A
Octal 311 274 260 0 6 14 25 35 23 112
Binary 11001001 10111100 10110000 0 110 1100 10101 11101 10011 1001010

Color Harmonies of #C9BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCB0

Black with #C9BCB0

Text Example


Text Example

White with #C9BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCB0; }

 p { color: rgb(201,188,176); }

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

background-color css

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

 a { background-color: rgb(201,188,176); }

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

border-color css

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

 span { border-color: rgb(201,188,176); }

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