#CBD9B7

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

Shades of Harp #CBD9B7

Tints of Harp #CBD9B7

Color information

#CBD9B7 (or 0xCBD9B7) is unknown color: approx Harp. HEX triplet: CB, D9 and B7. RGB value is (203,217,183). Sum of RGB (Red+Green+Blue) = 203+217+183=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9B7 is #342648. Grayscale: #D1D1D1. Windows color (decimal): -3417673 or 12048843. OLE color: 12048843.

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

Color convert

RGB203217183-
CMYK0.0600.160.15
HSL84.71º30.91%78.43%-
HSV(B)84.71º15.67%85.1%-
XYZ57.9965.7454.43-
YUV208.94113.36123.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 217 (85.16% from 255) = 35.99%
BLUE value IS 183 (71.88% from 255) = 30.35%
R=33.67%
G=35.99%
B=30.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171830.0600.160.1584.7130.9178.43
HexCBD9B76010F551f4e
Octal31333126760201712537116
Binary11001011110110011011011111001000011111010101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9B7; }

 p { color: rgb(203,217,183); }

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

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

 a { background-color: rgb(203,217,183); }

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

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

 span { border-color: rgb(203,217,183); }

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