#CCADB1

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

Shades of Pink Flare #CCADB1

Tints of Pink Flare #CCADB1

Color information

#CCADB1 (or 0xCCADB1) is unknown color: approx Pink Flare. HEX triplet: CC, AD and B1. RGB value is (204,173,177). Sum of RGB (Red+Green+Blue) = 204+173+177=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADB1 is #33524E. Grayscale: #B6B6B6. Windows color (decimal): -3363407 or 11644364. OLE color: 11644364.

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

Color convert

RGB204173177-
CMYK00.150.130.2
HSL352.26º23.31%73.92%-
HSV(B)352.26º15.2%80%-
XYZ47.7845.947.94-
YUV182.72124.77143.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=36.82%
G=31.23%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417317700.150.130.2352.2623.3173.92
HexCCADB10FD14160174a
Octal314255261017152454027112
Binary11001100101011011011000101111110110100101100000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADB1; }

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

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

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

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

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

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

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

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