#CCAFB1

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

Shades of Pink Flare #CCAFB1

Tints of Pink Flare #CCAFB1

Color information

#CCAFB1 (or 0xCCAFB1) is unknown color: approx Pink Flare. HEX triplet: CC, AF and B1. RGB value is (204,175,177). Sum of RGB (Red+Green+Blue) = 204+175+177=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFB1 is #33504E. Grayscale: #B7B7B7. Windows color (decimal): -3362895 or 11644876. OLE color: 11644876.

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

Color convert

RGB204175177-
CMYK00.140.130.2
HSL355.86º22.14%74.31%-
HSV(B)355.86º14.22%80%-
XYZ48.1746.6748.06-
YUV183.9124.11142.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=36.69%
G=31.47%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417517700.140.130.2355.8622.1474.31
HexCCAFB10ED14164164a
Octal314257261016152454426112
Binary11001100101011111011000101110110110100101100100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFB1; }

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

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

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

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

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

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

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

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