#CBD5B8

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

Shades of Harp #CBD5B8

Tints of Harp #CBD5B8

Color information

#CBD5B8 (or 0xCBD5B8) is unknown color: approx Harp. HEX triplet: CB, D5 and B8. RGB value is (203,213,184). Sum of RGB (Red+Green+Blue) = 203+213+184=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5B8 is #342A47. Grayscale: #CECECE. Windows color (decimal): -3418696 or 12113355. OLE color: 12113355.

HSL color Cylindrical-coordinate representation of color #CBD5B8: hue angle of 80.69º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD5B8 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB203213184-
CMYK0.0500.140.16
HSL80.69º25.66%77.84%-
HSV(B)80.69º13.62%83.53%-
XYZ57.0763.7554.64-
YUV206.7115.19125.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 184 (72.27% from 255) = 30.67%
R=33.83%
G=35.5%
B=30.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131840.0500.140.1680.6925.6677.84
HexCBD5B850E10511a4e
Octal31332527050162012132116
Binary11001011110101011011100010101110100001010001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5B8; }

 p { color: rgb(203,213,184); }

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

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

 a { background-color: rgb(203,213,184); }

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

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

 span { border-color: rgb(203,213,184); }

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