#CC9497

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

Shades of Careys Pink #CC9497

Tints of Careys Pink #CC9497

Color information

#CC9497 (or 0xCC9497) is unknown color: approx Careys Pink. HEX triplet: CC, 94 and 97. RGB value is (204,148,151). Sum of RGB (Red+Green+Blue) = 204+148+151=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9497 is #336B68. Grayscale: #A5A5A5. Windows color (decimal): -3369833 or 9934028. OLE color: 9934028.

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

Color convert

RGB204148151-
CMYK00.270.260.2
HSL356.79º35.44%69.02%-
HSV(B)356.79º27.45%80%-
XYZ41.0836.2534.11-
YUV165.09120.05155.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=40.56%
G=29.42%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414815100.270.260.2356.7935.4469.02
HexCC949701B1A141652345
Octal314224227033322454543105
Binary11001100100101001001011101101111010101001011001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9497; }

 p { color: rgb(204,148,151); }

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

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

 a { background-color: rgb(204,148,151); }

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

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

 span { border-color: rgb(204,148,151); }

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