#CFA6AB

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

Shades of Careys Pink #CFA6AB

Tints of Careys Pink #CFA6AB

Color information

#CFA6AB (or 0xCFA6AB) is unknown color: approx Careys Pink. HEX triplet: CF, A6 and AB. RGB value is (207,166,171). Sum of RGB (Red+Green+Blue) = 207+166+171=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA6AB is #305954. Grayscale: #B2B2B2. Windows color (decimal): -3168597 or 11249359. OLE color: 11249359.

HSL color Cylindrical-coordinate representation of color #CFA6AB: hue angle of 352.68º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6AB is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB207166171-
CMYK00.200.170.19
HSL352.68º29.93%73.14%-
HSV(B)352.68º19.81%81.18%-
XYZ46.7243.4844.46-
YUV178.83123.58148.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=38.05%
G=30.51%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716617100.200.170.19352.6829.9373.14
HexCFA6AB01411131611e49
Octal317246253024212354136111
Binary1100111110100110101010110101001000110011101100001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6AB; }

 p { color: rgb(207,166,171); }

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

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

 a { background-color: rgb(207,166,171); }

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

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

 span { border-color: rgb(207,166,171); }

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