#CFD7B9

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

Shades of Harp #CFD7B9

Tints of Harp #CFD7B9

Color information

#CFD7B9 (or 0xCFD7B9) is unknown color: approx Harp. HEX triplet: CF, D7 and B9. RGB value is (207,215,185). Sum of RGB (Red+Green+Blue) = 207+215+185=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7B9 is #302846. Grayscale: #D1D1D1. Windows color (decimal): -3156039 or 12179407. OLE color: 12179407.

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

Color convert

RGB207215185-
CMYK0.0400.140.16
HSL76º27.27%78.43%-
HSV(B)76º13.95%84.31%-
XYZ58.7965.3755.42-
YUV209.19114.35126.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=34.10%
G=35.42%
B=30.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151850.0400.140.167627.2778.43
HexCFD7B940E104c1b4e
Octal31732727140162011433116
Binary11001111110101111011100110001110100001001100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7B9; }

 p { color: rgb(207,215,185); }

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

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

 a { background-color: rgb(207,215,185); }

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

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

 span { border-color: rgb(207,215,185); }

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