#CC969D

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

Shades of Careys Pink #CC969D

Tints of Careys Pink #CC969D

Color information

#CC969D (or 0xCC969D) is unknown color: approx Careys Pink. HEX triplet: CC, 96 and 9D. RGB value is (204,150,157). Sum of RGB (Red+Green+Blue) = 204+150+157=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC969D is #336962. Grayscale: #A6A6A6. Windows color (decimal): -3369315 or 10327756. OLE color: 10327756.

HSL color Cylindrical-coordinate representation of color #CC969D: hue angle of 352.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC969D is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204150157-
CMYK00.260.230.2
HSL352.22º34.62%69.41%-
HSV(B)352.22º26.47%80%-
XYZ41.8937.0836.85-
YUV166.94122.39154.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=39.92%
G=29.35%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415015700.260.230.2352.2234.6269.41
HexCC969D01A17141602345
Octal314226235032272454043105
Binary11001100100101101001110101101010111101001011000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC969D; }

 p { color: rgb(204,150,157); }

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

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

 a { background-color: rgb(204,150,157); }

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

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

 span { border-color: rgb(204,150,157); }

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