#CBDAB6

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

Shades of Harp #CBDAB6

Tints of Harp #CBDAB6

Color information

#CBDAB6 (or 0xCBDAB6) is unknown color: approx Harp. HEX triplet: CB, DA and B6. RGB value is (203,218,182). Sum of RGB (Red+Green+Blue) = 203+218+182=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAB6 is #342549. Grayscale: #D1D1D1. Windows color (decimal): -3417418 or 11983563. OLE color: 11983563.

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

Color convert

RGB203218182-
CMYK0.0700.170.15
HSL85º32.73%78.43%-
HSV(B)85º16.51%85.49%-
XYZ58.1466.2253.97-
YUV209.41112.53123.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 182 (71.48% from 255) = 30.18%
R=33.67%
G=36.15%
B=30.18%

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
Decimal2032181820.0700.170.158532.7378.43
HexCBDAB67011F55214e
Octal31333226670211712541116
Binary110010111101101010110110111010001111110101011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAB6; }

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

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

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

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

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

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

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

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