#CCD0BB

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

Shades of Harp #CCD0BB

Tints of Harp #CCD0BB

Color information

#CCD0BB (or 0xCCD0BB) is unknown color: approx Harp. HEX triplet: CC, D0 and BB. RGB value is (204,208,187). Sum of RGB (Red+Green+Blue) = 204+208+187=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0BB is #332F44. Grayscale: #CCCCCC. Windows color (decimal): -3354437 or 12308684. OLE color: 12308684.

HSL color Cylindrical-coordinate representation of color #CCD0BB: hue angle of 71.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD0BB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB204208187-
CMYK0.0200.100.18
HSL71.43º18.26%77.45%-
HSV(B)71.43º10.1%81.57%-
XYZ56.4361.5455.92-
YUV204.41118.17127.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=34.06%
G=34.72%
B=31.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081870.0200.100.1871.4318.2677.45
HexCCD0BB20A1247124d
Octal31432027320122210722115
Binary1100110011010000101110111001010100101000111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0BB; }

 p { color: rgb(204,208,187); }

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

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

 a { background-color: rgb(204,208,187); }

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

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

 span { border-color: rgb(204,208,187); }

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