#CC9198

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

Shades of Careys Pink #CC9198

Tints of Careys Pink #CC9198

Color information

#CC9198 (or 0xCC9198) is unknown color: approx Careys Pink. HEX triplet: CC, 91 and 98. RGB value is (204,145,152). Sum of RGB (Red+Green+Blue) = 204+145+152=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9198 is #336E67. Grayscale: #A3A3A3. Windows color (decimal): -3370600 or 9998796. OLE color: 9998796.

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

Color convert

RGB204145152-
CMYK00.290.250.2
HSL352.88º36.65%68.43%-
HSV(B)352.88º28.92%80%-
XYZ40.6935.3634.39-
YUV163.44121.55156.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=40.72%
G=28.94%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414515200.290.250.2352.8836.6568.43
HexCC919801D19141612544
Octal314221230035312454145104
Binary11001100100100011001100001110111001101001011000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9198; }

 p { color: rgb(204,145,152); }

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

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

 a { background-color: rgb(204,145,152); }

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

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

 span { border-color: rgb(204,145,152); }

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