#CBD7B6

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

Shades of Harp #CBD7B6

Tints of Harp #CBD7B6

Color information

#CBD7B6 (or 0xCBD7B6) is unknown color: approx Harp. HEX triplet: CB, D7 and B6. RGB value is (203,215,182). Sum of RGB (Red+Green+Blue) = 203+215+182=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7B6 is #342849. Grayscale: #CFCFCF. Windows color (decimal): -3418186 or 11982795. OLE color: 11982795.

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

Color convert

RGB203215182-
CMYK0.0600.150.16
HSL81.82º29.2%77.84%-
HSV(B)81.82º15.35%84.31%-
XYZ57.3764.6753.72-
YUV207.65113.52124.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 215 (84.38% from 255) = 35.83%
BLUE value IS 182 (71.48% from 255) = 30.33%
R=33.83%
G=35.83%
B=30.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032151820.0600.150.1681.8229.277.84
HexCBD7B660F10521d4e
Octal31332726660172012235116
Binary11001011110101111011011011001111100001010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7B6; }

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

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

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

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

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

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

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

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