#CC949E

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

Shades of Careys Pink #CC949E

Tints of Careys Pink #CC949E

Color information

#CC949E (or 0xCC949E) is unknown color: approx Careys Pink. HEX triplet: CC, 94 and 9E. RGB value is (204,148,158). Sum of RGB (Red+Green+Blue) = 204+148+158=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC949E is #336B61. Grayscale: #A5A5A5. Windows color (decimal): -3369826 or 10392780. OLE color: 10392780.

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

Color convert

RGB204148158-
CMYK00.270.230.2
HSL349.29º35.44%69.02%-
HSV(B)349.29º27.45%80%-
XYZ41.6636.4937.19-
YUV165.88123.55155.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=40%
G=29.02%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414815800.270.230.2349.2935.4469.02
HexCC949E01B171415d2345
Octal314224236033272453543105
Binary11001100100101001001111001101110111101001010111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC949E; }

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

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

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

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

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

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

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

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