#CCADB6

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

Shades of Pink Flare #CCADB6

Tints of Pink Flare #CCADB6

Color information

#CCADB6 (or 0xCCADB6) is unknown color: approx Pink Flare. HEX triplet: CC, AD and B6. RGB value is (204,173,182). Sum of RGB (Red+Green+Blue) = 204+173+182=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB6 is #335249. Grayscale: #B7B7B7. Windows color (decimal): -3363402 or 11972044. OLE color: 11972044.

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

Color convert

RGB204173182-
CMYK00.150.110.2
HSL342.58º23.31%73.92%-
HSV(B)342.58º15.2%80%-
XYZ48.2946.150.61-
YUV183.29127.27142.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=36.49%
G=30.95%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417318200.150.110.2342.5823.3173.92
HexCCADB60FB14157174a
Octal314255266017132452727112
Binary11001100101011011011011001111101110100101010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADB6; }

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

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

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

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

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

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

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

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