#CBDAB3

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

Shades of Harp #CBDAB3

Tints of Harp #CBDAB3

Color information

#CBDAB3 (or 0xCBDAB3) is unknown color: approx Harp. HEX triplet: CB, DA and B3. RGB value is (203,218,179). Sum of RGB (Red+Green+Blue) = 203+218+179=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAB3 is #34254C. Grayscale: #D1D1D1. Windows color (decimal): -3417421 or 11786955. OLE color: 11786955.

HSL color Cylindrical-coordinate representation of color #CBDAB3: hue angle of 83.08º 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 #CBDAB3 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB203218179-
CMYK0.0700.180.15
HSL83.08º34.51%77.84%-
HSV(B)83.08º17.89%85.49%-
XYZ57.8466.0952.36-
YUV209.07111.03123.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 179 (70.31% from 255) = 29.83%
R=33.83%
G=36.33%
B=29.83%

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
Decimal2032181790.0700.180.1583.0834.5177.84
HexCBDAB37012F53234e
Octal31333226370221712343116
Binary110010111101101010110011111010010111110100111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAB3; }

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

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

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

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

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

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

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

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