#CBD9B4

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

Shades of Harp #CBD9B4

Tints of Harp #CBD9B4

Color information

#CBD9B4 (or 0xCBD9B4) is unknown color: approx Harp. HEX triplet: CB, D9 and B4. RGB value is (203,217,180). Sum of RGB (Red+Green+Blue) = 203+217+180=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9B4 is #34264B. Grayscale: #D0D0D0. Windows color (decimal): -3417676 or 11852235. OLE color: 11852235.

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

Color convert

RGB203217180-
CMYK0.0600.170.15
HSL82.7º32.74%77.84%-
HSV(B)82.7º17.05%85.1%-
XYZ57.6865.6252.81-
YUV208.6111.86124.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 217 (85.16% from 255) = 36.17%
BLUE value IS 180 (70.70% from 255) = 30%
R=33.83%
G=36.17%
B=30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171800.0600.170.1582.732.7477.84
HexCBD9B46011F53214e
Octal31333126460211712341116
Binary110010111101100110110100110010001111110100111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9B4; }

 p { color: rgb(203,217,180); }

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

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

 a { background-color: rgb(203,217,180); }

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

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

 span { border-color: rgb(203,217,180); }

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