#CC9192

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

Shades of Careys Pink #CC9192

Tints of Careys Pink #CC9192

Color information

#CC9192 (or 0xCC9192) is unknown color: approx Careys Pink. HEX triplet: CC, 91 and 92. RGB value is (204,145,146). Sum of RGB (Red+Green+Blue) = 204+145+146=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9192 is #336E6D. Grayscale: #A2A2A2. Windows color (decimal): -3370606 or 9605580. OLE color: 9605580.

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

Color convert

RGB204145146-
CMYK00.290.280.2
HSL358.98º36.65%68.43%-
HSV(B)358.98º28.92%80%-
XYZ40.2235.1631.86-
YUV162.76118.55157.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=41.21%
G=29.29%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414514600.290.280.2358.9836.6568.43
HexCC919201D1C141672544
Octal314221222035342454745104
Binary11001100100100011001001001110111100101001011001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9192; }

 p { color: rgb(204,145,146); }

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

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

 a { background-color: rgb(204,145,146); }

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

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

 span { border-color: rgb(204,145,146); }

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