#CBD0B4

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

Shades of Harp #CBD0B4

Tints of Harp #CBD0B4

Color information

#CBD0B4 (or 0xCBD0B4) is unknown color: approx Harp. HEX triplet: CB, D0 and B4. RGB value is (203,208,180). Sum of RGB (Red+Green+Blue) = 203+208+180=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0B4 is #342F4B. Grayscale: #CBCBCB. Windows color (decimal): -3419980 or 11849931. OLE color: 11849931.

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

Color convert

RGB203208180-
CMYK0.0200.130.18
HSL70.71º22.95%76.08%-
HSV(B)70.71º13.46%81.57%-
XYZ55.4261.152.05-
YUV203.31114.84127.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=34.35%
G=35.19%
B=30.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081800.0200.130.1870.7122.9576.08
HexCBD0B420D1247174c
Octal31332026420152210727114
Binary1100101111010000101101001001101100101000111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0B4; }

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

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

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

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

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

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

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

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