#CBDAB5

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

Shades of Harp #CBDAB5

Tints of Harp #CBDAB5

Color information

#CBDAB5 (or 0xCBDAB5) is unknown color: approx Harp. HEX triplet: CB, DA and B5. RGB value is (203,218,181). Sum of RGB (Red+Green+Blue) = 203+218+181=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAB5 is #34254A. Grayscale: #D1D1D1. Windows color (decimal): -3417419 or 11918027. OLE color: 11918027.

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

Color convert

RGB203218181-
CMYK0.0700.170.15
HSL84.32º33.33%78.24%-
HSV(B)84.32º16.97%85.49%-
XYZ58.0466.1853.43-
YUV209.3112.03123.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 181 (71.09% from 255) = 30.07%
R=33.72%
G=36.21%
B=30.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181810.0700.170.1584.3233.3378.24
HexCBDAB57011F54214e
Octal31333226570211712441116
Binary110010111101101010110101111010001111110101001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAB5; }

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

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

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

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

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

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

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

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