#CBD7B5

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

Shades of Harp #CBD7B5

Tints of Harp #CBD7B5

Color information

#CBD7B5 (or 0xCBD7B5) is unknown color: approx Harp. HEX triplet: CB, D7 and B5. RGB value is (203,215,181). Sum of RGB (Red+Green+Blue) = 203+215+181=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7B5 is #34284A. Grayscale: #CFCFCF. Windows color (decimal): -3418187 or 11917259. OLE color: 11917259.

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

Color convert

RGB203215181-
CMYK0.0600.160.16
HSL81.18º29.82%77.65%-
HSV(B)81.18º15.81%84.31%-
XYZ57.2764.6353.17-
YUV207.54113.02124.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=33.89%
G=35.89%
B=30.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032151810.0600.160.1681.1829.8277.65
HexCBD7B5601010511e4e
Octal31332726560202012136116
Binary110010111101011110110101110010000100001010001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7B5; }

 p { color: rgb(203,215,181); }

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

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

 a { background-color: rgb(203,215,181); }

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

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

 span { border-color: rgb(203,215,181); }

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