Html Css Color HEX #C8BBB0 Tide

📋 copy color: '#C8BBB0'

red 200 ◦ green 187 ◦ blue 176

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

Shades of Tide #C8BBB0

Tints of Tide #C8BBB0

RGB

 RED value IS 200 (78.52% from 255) = 35.52%

 GREEN value IS 187 (73.44% from 255) = 33.21%

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

R = 35.52%
G = 33.21%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C8BBB0 (or 0xC8BBB0) is known color: Tide. HEX triplet: C8, BB and B0. RGB value is (200,187,176). Sum of RGB (Red+Green+Blue) = 200+187+176=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBB0 is #37444F. Grayscale: #BDBDBD. Windows color (decimal): -3621968 or 11582408. OLE color: 11582408.

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

Color convert

RGB 200 187 176 -
CMYK 0 0.06 0.12 0.22
HSL 27.5º 0.18% 0.74% -
HSV(B) 27.5º 0.12% 0.78% -
XYZ 49.43 50.95 48.3 -
YUV 189.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 200 187 176 0 0.06 0.12 0.22 27.5 0.18 0.74
Hex C8 BB B0 0 6 C 16 1C 12 4A
Octal 310 273 260 0 6 14 26 34 22 112
Binary 11001000 10111011 10110000 0 110 1100 10110 11100 10010 1001010

Color Harmonies of #C8BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBB0

Black with #C8BBB0

Text Example


Text Example

White with #C8BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBB0; }

 p { color: rgb(200,187,176); }

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

background-color css

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

 a { background-color: rgb(200,187,176); }

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

border-color css

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

 span { border-color: rgb(200,187,176); }

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