#CCD6B6

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

Shades of Harp #CCD6B6

Tints of Harp #CCD6B6

Color information

#CCD6B6 (or 0xCCD6B6) is unknown color: approx Harp. HEX triplet: CC, D6 and B6. RGB value is (204,214,182). Sum of RGB (Red+Green+Blue) = 204+214+182=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6B6 is #332949. Grayscale: #CFCFCF. Windows color (decimal): -3352906 or 11982540. OLE color: 11982540.

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

Color convert

RGB204214182-
CMYK0.0500.150.16
HSL78.75º28.07%77.65%-
HSV(B)78.75º14.95%83.92%-
XYZ57.3964.3153.64-
YUV207.36113.69125.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 182 (71.48% from 255) = 30.33%
R=34%
G=35.67%
B=30.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141820.0500.150.1678.7528.0777.65
HexCCD6B650F104f1c4e
Octal31432626650172011734116
Binary11001100110101101011011010101111100001001111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6B6; }

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

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

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

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

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

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

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

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