#CBB9AC

Color #CBB9AC Tide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tide #CBB9AC

Tints of Tide #CBB9AC

Color information

#CBB9AC (or 0xCBB9AC) is unknown color: approx Tide. HEX triplet: CB, B9 and AC. RGB value is (203,185,172). Sum of RGB (Red+Green+Blue) = 203+185+172=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9AC is #344653. Grayscale: #BCBCBC. Windows color (decimal): -3425876 or 11319755. OLE color: 11319755.

HSL color Cylindrical-coordinate representation of color #CBB9AC: hue angle of 25.16º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB9AC is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203185172-
CMYK00.090.150.20
HSL25.16º22.96%73.53%-
HSV(B)25.16º15.27%79.61%-
XYZ49.4250.3746.15-
YUV188.9118.46138.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=36.25%
G=33.04%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318517200.090.150.2025.1622.9673.53
HexCBB9AC09F1419174a
Octal31327125401117243127112
Binary1100101110111001101011000100111111010011001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9AC; }

 p { color: rgb(203,185,172); }

 H1.HeaderClassName
 {
   color: #CBB9AC;
 }
 .AnyTagClassName
 {
   color: #CBB9AC;
 }
</style>
background-color css

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

 a { background-color: rgb(203,185,172); }

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

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

 span { border-color: rgb(203,185,172); }

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