#CC9297

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

Shades of Careys Pink #CC9297

Tints of Careys Pink #CC9297

Color information

#CC9297 (or 0xCC9297) is unknown color: approx Careys Pink. HEX triplet: CC, 92 and 97. RGB value is (204,146,151). Sum of RGB (Red+Green+Blue) = 204+146+151=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9297 is #336D68. Grayscale: #A3A3A3. Windows color (decimal): -3370345 or 9933516. OLE color: 9933516.

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

Color convert

RGB204146151-
CMYK00.280.260.2
HSL354.83º36.25%68.63%-
HSV(B)354.83º28.43%80%-
XYZ40.7735.6334.01-
YUV163.91120.72156.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=40.72%
G=29.14%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414615100.280.260.2354.8336.2568.63
HexCC929701C1A141632445
Octal314222227034322454344105
Binary11001100100100101001011101110011010101001011000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9297; }

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

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

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

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

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

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

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

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