#CBDAB2

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

Shades of Harp #CBDAB2

Tints of Harp #CBDAB2

Color information

#CBDAB2 (or 0xCBDAB2) is unknown color: approx Harp. HEX triplet: CB, DA and B2. RGB value is (203,218,178). Sum of RGB (Red+Green+Blue) = 203+218+178=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAB2 is #34254D. Grayscale: #D1D1D1. Windows color (decimal): -3417422 or 11721419. OLE color: 11721419.

HSL color Cylindrical-coordinate representation of color #CBDAB2: hue angle of 82.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBDAB2 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB203218178-
CMYK0.0700.180.15
HSL82.5º35.09%77.65%-
HSV(B)82.5º18.35%85.49%-
XYZ57.7466.0551.83-
YUV208.96110.53123.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 178 (69.92% from 255) = 29.72%
R=33.89%
G=36.39%
B=29.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181780.0700.180.1582.535.0977.65
HexCBDAB27012F52234e
Octal31333226270221712243116
Binary110010111101101010110010111010010111110100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAB2; }

 p { color: rgb(203,218,178); }

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

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

 a { background-color: rgb(203,218,178); }

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

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

 span { border-color: rgb(203,218,178); }

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