#CFD7BE

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

Shades of Harp #CFD7BE

Tints of Harp #CFD7BE

Color information

#CFD7BE (or 0xCFD7BE) is unknown color: approx Harp. HEX triplet: CF, D7 and BE. RGB value is (207,215,190). Sum of RGB (Red+Green+Blue) = 207+215+190=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7BE is #302841. Grayscale: #D1D1D1. Windows color (decimal): -3156034 or 12507087. OLE color: 12507087.

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

Color convert

RGB207215190-
CMYK0.0400.120.16
HSL79.2º23.81%79.41%-
HSV(B)79.2º11.63%84.31%-
XYZ59.3365.5858.25-
YUV209.76116.85126.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=33.82%
G=35.13%
B=31.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151900.0400.120.1679.223.8179.41
HexCFD7BE40C104f184f
Octal31732727640142011730117
Binary11001111110101111011111010001100100001001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7BE; }

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

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

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

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

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

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

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

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