#CC969E

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

Shades of Careys Pink #CC969E

Tints of Careys Pink #CC969E

Color information

#CC969E (or 0xCC969E) is unknown color: approx Careys Pink. HEX triplet: CC, 96 and 9E. RGB value is (204,150,158). Sum of RGB (Red+Green+Blue) = 204+150+158=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC969E is #336961. Grayscale: #A7A7A7. Windows color (decimal): -3369314 or 10393292. OLE color: 10393292.

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

Color convert

RGB204150158-
CMYK00.260.230.2
HSL351.11º34.62%69.41%-
HSV(B)351.11º26.47%80%-
XYZ41.9837.1237.3-
YUV167.06122.89154.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=39.84%
G=29.30%
B=30.86%

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
Decimal20415015800.260.230.2351.1134.6269.41
HexCC969E01A171415f2345
Octal314226236032272453743105
Binary11001100100101101001111001101010111101001010111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC969E; }

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

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

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

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

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

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

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

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