#CFA1AA

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

Shades of Careys Pink #CFA1AA

Tints of Careys Pink #CFA1AA

Color information

#CFA1AA (or 0xCFA1AA) is unknown color: approx Careys Pink. HEX triplet: CF, A1 and AA. RGB value is (207,161,170). Sum of RGB (Red+Green+Blue) = 207+161+170=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA1AA is #305E55. Grayscale: #AFAFAF. Windows color (decimal): -3169878 or 11182543. OLE color: 11182543.

HSL color Cylindrical-coordinate representation of color #CFA1AA: hue angle of 348.26º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1AA is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207161170-
CMYK00.220.180.19
HSL348.26º32.39%72.16%-
HSV(B)348.26º22.22%81.18%-
XYZ45.7341.6643.66-
YUV175.78124.74150.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=38.48%
G=29.93%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716117000.220.180.19348.2632.3972.16
HexCFA1AA016121315c2048
Octal317241252026222353440110
Binary11001111101000011010101001011010010100111010111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1AA; }

 p { color: rgb(207,161,170); }

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

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

 a { background-color: rgb(207,161,170); }

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

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

 span { border-color: rgb(207,161,170); }

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