#CCD6B9

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

Shades of Harp #CCD6B9

Tints of Harp #CCD6B9

Color information

#CCD6B9 (or 0xCCD6B9) is unknown color: approx Harp. HEX triplet: CC, D6 and B9. RGB value is (204,214,185). Sum of RGB (Red+Green+Blue) = 204+214+185=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6B9 is #332946. Grayscale: #CFCFCF. Windows color (decimal): -3352903 or 12179148. OLE color: 12179148.

HSL color Cylindrical-coordinate representation of color #CCD6B9: hue angle of 80.69º degrees, saturation: 0.26, 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 #CCD6B9 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB204214185-
CMYK0.0500.140.16
HSL80.69º26.13%78.24%-
HSV(B)80.69º13.55%83.92%-
XYZ57.7164.4355.29-
YUV207.7115.19125.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 185 (72.66% from 255) = 30.68%
R=33.83%
G=35.49%
B=30.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141850.0500.140.1680.6926.1378.24
HexCCD6B950E10511a4e
Octal31432627150162012132116
Binary11001100110101101011100110101110100001010001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6B9; }

 p { color: rgb(204,214,185); }

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

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

 a { background-color: rgb(204,214,185); }

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

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

 span { border-color: rgb(204,214,185); }

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