#CBD2BE

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

Shades of Harp #CBD2BE

Tints of Harp #CBD2BE

Color information

#CBD2BE (or 0xCBD2BE) is unknown color: approx Harp. HEX triplet: CB, D2 and BE. RGB value is (203,210,190). Sum of RGB (Red+Green+Blue) = 203+210+190=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2BE is #342D41. Grayscale: #CDCDCD. Windows color (decimal): -3419458 or 12505803. OLE color: 12505803.

HSL color Cylindrical-coordinate representation of color #CBD2BE: hue angle of 81º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD2BE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB203210190-
CMYK0.0300.100.18
HSL81º18.18%78.43%-
HSV(B)81º9.52%82.35%-
XYZ56.9762.5157.78-
YUV205.63119.18126.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 210 (82.42% from 255) = 34.83%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=33.67%
G=34.83%
B=31.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032101900.0300.100.188118.1878.43
HexCBD2BE30A1251124e
Octal31332227630122212122116
Binary1100101111010010101111101101010100101010001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2BE; }

 p { color: rgb(203,210,190); }

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

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

 a { background-color: rgb(203,210,190); }

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

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

 span { border-color: rgb(203,210,190); }

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