#CBD5BA

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

Shades of Harp #CBD5BA

Tints of Harp #CBD5BA

Color information

#CBD5BA (or 0xCBD5BA) is unknown color: approx Harp. HEX triplet: CB, D5 and BA. RGB value is (203,213,186). Sum of RGB (Red+Green+Blue) = 203+213+186=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5BA is #342A45. Grayscale: #CFCFCF. Windows color (decimal): -3418694 or 12244427. OLE color: 12244427.

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

Color convert

RGB203213186-
CMYK0.0500.130.16
HSL82.22º24.32%78.24%-
HSV(B)82.22º12.68%83.53%-
XYZ57.2963.8355.76-
YUV206.93116.19125.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=33.72%
G=35.38%
B=30.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131860.0500.130.1682.2224.3278.24
HexCBD5BA50D1052184e
Octal31332527250152012230116
Binary11001011110101011011101010101101100001010010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5BA; }

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

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

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

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

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

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

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

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