#CC939C

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

Shades of Careys Pink #CC939C

Tints of Careys Pink #CC939C

Color information

#CC939C (or 0xCC939C) is unknown color: approx Careys Pink. HEX triplet: CC, 93 and 9C. RGB value is (204,147,156). Sum of RGB (Red+Green+Blue) = 204+147+156=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC939C is #336C63. Grayscale: #A5A5A5. Windows color (decimal): -3370084 or 10261452. OLE color: 10261452.

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

Color convert

RGB204147156-
CMYK00.280.240.2
HSL350.53º35.85%68.82%-
HSV(B)350.53º27.94%80%-
XYZ41.3436.1136.24-
YUV165.07122.88155.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=40.24%
G=28.99%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414715600.280.240.2350.5335.8568.82
HexCC939C01C181415f2445
Octal314223234034302453744105
Binary11001100100100111001110001110011000101001010111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC939C; }

 p { color: rgb(204,147,156); }

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

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

 a { background-color: rgb(204,147,156); }

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

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

 span { border-color: rgb(204,147,156); }

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