#CC9095

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

Shades of Careys Pink #CC9095

Tints of Careys Pink #CC9095

Color information

#CC9095 (or 0xCC9095) is unknown color: approx Careys Pink. HEX triplet: CC, 90 and 95. RGB value is (204,144,149). Sum of RGB (Red+Green+Blue) = 204+144+149=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9095 is #336F6A. Grayscale: #A2A2A2. Windows color (decimal): -3370859 or 9801932. OLE color: 9801932.

HSL color Cylindrical-coordinate representation of color #CC9095: hue angle of 355º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9095 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204144149-
CMYK00.290.270.2
HSL355º37.04%68.24%-
HSV(B)355º29.41%80%-
XYZ40.334.9533.06-
YUV162.51120.38157.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=41.05%
G=28.97%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414414900.290.270.235537.0468.24
HexCC909501D1B141632544
Octal314220225035332454345104
Binary11001100100100001001010101110111011101001011000111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9095; }

 p { color: rgb(204,144,149); }

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

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

 a { background-color: rgb(204,144,149); }

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

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

 span { border-color: rgb(204,144,149); }

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