#C3989E

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

Shades of Careys Pink #C3989E

Tints of Careys Pink #C3989E

Color information

#C3989E (or 0xC3989E) is unknown color: approx Careys Pink. HEX triplet: C3, 98 and 9E. RGB value is (195,152,158). Sum of RGB (Red+Green+Blue) = 195+152+158=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3989E is #3C6761. Grayscale: #A5A5A5. Windows color (decimal): -3958626 or 10393795. OLE color: 10393795.

HSL color Cylindrical-coordinate representation of color #C3989E: hue angle of 351.63º 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 #C3989E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB195152158-
CMYK00.220.190.24
HSL351.63º26.38%68.04%-
HSV(B)351.63º22.05%76.47%-
XYZ39.9136.5337.29-
YUV165.54123.75149.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=38.61%
G=30.10%
B=31.29%

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
Decimal19515215800.220.190.24351.6326.3868.04
HexC3989E01613181601a44
Octal303230236026233054032104
Binary1100001110011000100111100101101001111000101100000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3989E; }

 p { color: rgb(195,152,158); }

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

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

 a { background-color: rgb(195,152,158); }

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

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

 span { border-color: rgb(195,152,158); }

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