#CFD2C5

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

Shades of Harp #CFD2C5

Tints of Harp #CFD2C5

Color information

#CFD2C5 (or 0xCFD2C5) is unknown color: approx Harp. HEX triplet: CF, D2 and C5. RGB value is (207,210,197). Sum of RGB (Red+Green+Blue) = 207+210+197=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2C5 is #302D3A. Grayscale: #CFCFCF. Windows color (decimal): -3157307 or 12964559. OLE color: 12964559.

HSL color Cylindrical-coordinate representation of color #CFD2C5: hue angle of 73.85º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD2C5 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB207210197-
CMYK0.0100.060.18
HSL73.85º12.62%79.8%-
HSV(B)73.85º6.19%82.35%-
XYZ58.8663.3961.96-
YUV207.62122.01127.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 197 (77.34% from 255) = 32.08%
R=33.71%
G=34.20%
B=32.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072101970.0100.060.1873.8512.6279.8
HexCFD2C5106124ad50
Octal3173223051062211215120
Binary1100111111010010110001011011010010100101011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2C5; }

 p { color: rgb(207,210,197); }

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

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

 a { background-color: rgb(207,210,197); }

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

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

 span { border-color: rgb(207,210,197); }

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