#CBD0BE

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

Shades of Harp #CBD0BE

Tints of Harp #CBD0BE

Color information

#CBD0BE (or 0xCBD0BE) is unknown color: approx Harp. HEX triplet: CB, D0 and BE. RGB value is (203,208,190). Sum of RGB (Red+Green+Blue) = 203+208+190=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0BE is #342F41. Grayscale: #CCCCCC. Windows color (decimal): -3419970 or 12505291. OLE color: 12505291.

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

Color convert

RGB203208190-
CMYK0.0200.090.18
HSL76.67º16.07%78.04%-
HSV(B)76.67º8.65%81.57%-
XYZ56.4861.5357.61-
YUV204.45119.84126.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=33.78%
G=34.61%
B=31.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081900.0200.090.1876.6716.0778.04
HexCBD0BE209124d104e
Octal31332027620112211520116
Binary1100101111010000101111101001001100101001101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0BE; }

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

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

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

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

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

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

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

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