#C2989D

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

Shades of Careys Pink #C2989D

Tints of Careys Pink #C2989D

Color information

#C2989D (or 0xC2989D) is unknown color: approx Careys Pink. HEX triplet: C2, 98 and 9D. RGB value is (194,152,157). Sum of RGB (Red+Green+Blue) = 194+152+157=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2989D is #3D6762. Grayscale: #A5A5A5. Windows color (decimal): -4024163 or 10328258. OLE color: 10328258.

HSL color Cylindrical-coordinate representation of color #C2989D: hue angle of 352.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2989D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194152157-
CMYK00.220.190.24
HSL352.86º25.61%67.84%-
HSV(B)352.86º21.65%76.08%-
XYZ39.5636.3636.83-
YUV165.13123.41148.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=38.57%
G=30.22%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415215700.220.190.24352.8625.6167.84
HexC2989D01613181611a44
Octal302230235026233054132104
Binary1100001010011000100111010101101001111000101100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2989D; }

 p { color: rgb(194,152,157); }

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

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

 a { background-color: rgb(194,152,157); }

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

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

 span { border-color: rgb(194,152,157); }

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