#CC9BAB

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

Shades of Careys Pink #CC9BAB

Tints of Careys Pink #CC9BAB

Color information

#CC9BAB (or 0xCC9BAB) is unknown color: approx Careys Pink. HEX triplet: CC, 9B and AB. RGB value is (204,155,171). Sum of RGB (Red+Green+Blue) = 204+155+171=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BAB is #336454. Grayscale: #ABABAB. Windows color (decimal): -3368021 or 11246540. OLE color: 11246540.

HSL color Cylindrical-coordinate representation of color #CC9BAB: hue angle of 340.41º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9BAB is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204155171-
CMYK00.240.160.2
HSL340.41º32.45%70.39%-
HSV(B)340.41º24.02%80%-
XYZ43.9739.2243.78-
YUV171.48127.73151.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=38.49%
G=29.25%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415517100.240.160.2340.4132.4570.39
HexCC9BAB01810141542046
Octal314233253030202452440106
Binary11001100100110111010101101100010000101001010101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BAB; }

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

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

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

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

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

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

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

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