#CCADB0

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

Shades of Pink Flare #CCADB0

Tints of Pink Flare #CCADB0

Color information

#CCADB0 (or 0xCCADB0) is unknown color: approx Pink Flare. HEX triplet: CC, AD and B0. RGB value is (204,173,176). Sum of RGB (Red+Green+Blue) = 204+173+176=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADB0 is #33524F. Grayscale: #B6B6B6. Windows color (decimal): -3363408 or 11578828. OLE color: 11578828.

HSL color Cylindrical-coordinate representation of color #CCADB0: hue angle of 354.19º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCADB0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204173176-
CMYK00.150.140.2
HSL354.19º23.31%73.92%-
HSV(B)354.19º15.2%80%-
XYZ47.6845.8647.41-
YUV182.61124.27143.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=36.89%
G=31.28%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417317600.150.140.2354.1923.3173.92
HexCCADB00FE14162174a
Octal314255260017162454227112
Binary11001100101011011011000001111111010100101100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADB0; }

 p { color: rgb(204,173,176); }

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

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

 a { background-color: rgb(204,173,176); }

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

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

 span { border-color: rgb(204,173,176); }

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