#CCA7B1

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

Shades of Careys Pink #CCA7B1

Tints of Careys Pink #CCA7B1

Color information

#CCA7B1 (or 0xCCA7B1) is unknown color: approx Careys Pink. HEX triplet: CC, A7 and B1. RGB value is (204,167,177). Sum of RGB (Red+Green+Blue) = 204+167+177=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7B1 is #33584E. Grayscale: #B3B3B3. Windows color (decimal): -3364943 or 11642828. OLE color: 11642828.

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

Color convert

RGB204167177-
CMYK00.180.130.2
HSL343.78º26.62%72.75%-
HSV(B)343.78º18.14%80%-
XYZ46.6643.6547.56-
YUV179.2126.76145.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=37.23%
G=30.47%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416717700.180.130.2343.7826.6272.75
HexCCA7B1012D141581b49
Octal314247261022152453033111
Binary110011001010011110110001010010110110100101011000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7B1; }

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

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

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

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

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

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

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

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