#CCADB4

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

Shades of Pink Flare #CCADB4

Tints of Pink Flare #CCADB4

Color information

#CCADB4 (or 0xCCADB4) is unknown color: approx Pink Flare. HEX triplet: CC, AD and B4. RGB value is (204,173,180). Sum of RGB (Red+Green+Blue) = 204+173+180=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB4 is #33524B. Grayscale: #B7B7B7. Windows color (decimal): -3363404 or 11840972. OLE color: 11840972.

HSL color Cylindrical-coordinate representation of color #CCADB4: hue angle of 346.45º 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 #CCADB4 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204173180-
CMYK00.150.120.2
HSL346.45º23.31%73.92%-
HSV(B)346.45º15.2%80%-
XYZ48.0846.0249.53-
YUV183.07126.27142.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=36.62%
G=31.06%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417318000.150.120.2346.4523.3173.92
HexCCADB40FC1415a174a
Octal314255264017142453227112
Binary11001100101011011011010001111110010100101011010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADB4; }

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

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

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

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

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

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

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

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