#CCA7B0

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

Shades of Careys Pink #CCA7B0

Tints of Careys Pink #CCA7B0

Color information

#CCA7B0 (or 0xCCA7B0) is unknown color: approx Careys Pink. HEX triplet: CC, A7 and B0. RGB value is (204,167,176). Sum of RGB (Red+Green+Blue) = 204+167+176=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7B0 is #33584F. Grayscale: #B3B3B3. Windows color (decimal): -3364944 or 11577292. OLE color: 11577292.

HSL color Cylindrical-coordinate representation of color #CCA7B0: hue angle of 345.41º 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 #CCA7B0 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204167176-
CMYK00.180.140.2
HSL345.41º26.62%72.75%-
HSV(B)345.41º18.14%80%-
XYZ46.5643.6147.04-
YUV179.09126.26145.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=37.29%
G=30.53%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416717600.180.140.2345.4126.6272.75
HexCCA7B0012E141591b49
Octal314247260022162453133111
Binary110011001010011110110000010010111010100101011001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7B0; }

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

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

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

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

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

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

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

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