#CFA4AA

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

Shades of Careys Pink #CFA4AA

Tints of Careys Pink #CFA4AA

Color information

#CFA4AA (or 0xCFA4AA) is unknown color: approx Careys Pink. HEX triplet: CF, A4 and AA. RGB value is (207,164,170). Sum of RGB (Red+Green+Blue) = 207+164+170=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA4AA is #305B55. Grayscale: #B1B1B1. Windows color (decimal): -3169110 or 11183311. OLE color: 11183311.

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

Color convert

RGB207164170-
CMYK00.210.180.19
HSL351.63º30.94%72.75%-
HSV(B)351.63º20.77%81.18%-
XYZ46.2642.7243.84-
YUV177.54123.75149.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=38.26%
G=30.31%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716417000.210.180.19351.6330.9472.75
HexCFA4AA01512131601f49
Octal317244252025222354037111
Binary1100111110100100101010100101011001010011101100000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4AA; }

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

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

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

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

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

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

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

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