#CCCFC1

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

Shades of Harp #CCCFC1

Tints of Harp #CCCFC1

Color information

#CCCFC1 (or 0xCCCFC1) is unknown color: approx Harp. HEX triplet: CC, CF and C1. RGB value is (204,207,193). Sum of RGB (Red+Green+Blue) = 204+207+193=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC1 is #33303E. Grayscale: #CCCCCC. Windows color (decimal): -3354687 or 12701644. OLE color: 12701644.

HSL color Cylindrical-coordinate representation of color #CCCFC1: hue angle of 72.86º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCFC1 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB204207193-
CMYK0.0100.070.19
HSL72.86º12.73%78.43%-
HSV(B)72.86º6.76%81.18%-
XYZ56.8461.3159.29-
YUV204.51121.51127.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=33.77%
G=34.27%
B=31.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071930.0100.070.1972.8612.7378.43
HexCCCFC11071349d4e
Octal3143173011072311115116
Binary1100110011001111110000011011110011100100111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFC1; }

 p { color: rgb(204,207,193); }

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

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

 a { background-color: rgb(204,207,193); }

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

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

 span { border-color: rgb(204,207,193); }

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