#CBD7B7

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

Shades of Harp #CBD7B7

Tints of Harp #CBD7B7

Color information

#CBD7B7 (or 0xCBD7B7) is unknown color: approx Harp. HEX triplet: CB, D7 and B7. RGB value is (203,215,183). Sum of RGB (Red+Green+Blue) = 203+215+183=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7B7 is #342848. Grayscale: #CFCFCF. Windows color (decimal): -3418185 or 12048331. OLE color: 12048331.

HSL color Cylindrical-coordinate representation of color #CBD7B7: hue angle of 82.5º 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 #CBD7B7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB203215183-
CMYK0.0600.150.16
HSL82.5º28.57%78.04%-
HSV(B)82.5º14.88%84.31%-
XYZ57.4864.7254.26-
YUV207.76114.02124.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 183 (71.88% from 255) = 30.45%
R=33.78%
G=35.77%
B=30.45%

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
Decimal2032151830.0600.150.1682.528.5778.04
HexCBD7B760F10521d4e
Octal31332726760172012235116
Binary11001011110101111011011111001111100001010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7B7; }

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

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

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

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

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

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

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

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