#CC949B

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

Shades of Careys Pink #CC949B

Tints of Careys Pink #CC949B

Color information

#CC949B (or 0xCC949B) is unknown color: approx Careys Pink. HEX triplet: CC, 94 and 9B. RGB value is (204,148,155). Sum of RGB (Red+Green+Blue) = 204+148+155=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC949B is #336B64. Grayscale: #A5A5A5. Windows color (decimal): -3369829 or 10196172. OLE color: 10196172.

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

Color convert

RGB204148155-
CMYK00.270.240.2
HSL352.5º35.44%69.02%-
HSV(B)352.5º27.45%80%-
XYZ41.4136.3835.85-
YUV165.54122.05155.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=40.24%
G=29.19%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414815500.270.240.2352.535.4469.02
HexCC949B01B18141602345
Octal314224233033302454043105
Binary11001100100101001001101101101111000101001011000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC949B; }

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

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

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

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

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

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

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

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