#CCA3A4

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

Shades of Careys Pink #CCA3A4

Tints of Careys Pink #CCA3A4

Color information

#CCA3A4 (or 0xCCA3A4) is unknown color: approx Careys Pink. HEX triplet: CC, A3 and A4. RGB value is (204,163,164). Sum of RGB (Red+Green+Blue) = 204+163+164=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA3A4 is #335C5B. Grayscale: #AFAFAF. Windows color (decimal): -3365980 or 10789836. OLE color: 10789836.

HSL color Cylindrical-coordinate representation of color #CCA3A4: hue angle of 358.54º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA3A4 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204163164-
CMYK00.200.200.2
HSL358.54º28.67%71.96%-
HSV(B)358.54º20.1%80%-
XYZ44.741.7140.82-
YUV175.37121.58148.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=38.42%
G=30.70%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416316400.200.200.2358.5428.6771.96
HexCCA3A401414141671d48
Octal314243244024242454735110
Binary1100110010100011101001000101001010010100101100111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3A4; }

 p { color: rgb(204,163,164); }

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

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

 a { background-color: rgb(204,163,164); }

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

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

 span { border-color: rgb(204,163,164); }

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