#C3989D

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

Shades of Careys Pink #C3989D

Tints of Careys Pink #C3989D

Color information

#C3989D (or 0xC3989D) is unknown color: approx Careys Pink. HEX triplet: C3, 98 and 9D. RGB value is (195,152,157). Sum of RGB (Red+Green+Blue) = 195+152+157=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3989D is #3C6762. Grayscale: #A5A5A5. Windows color (decimal): -3958627 or 10328259. OLE color: 10328259.

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

Color convert

RGB195152157-
CMYK00.220.190.24
HSL353.02º26.38%68.04%-
HSV(B)353.02º22.05%76.47%-
XYZ39.8236.4936.84-
YUV165.43123.25149.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=38.69%
G=30.16%
B=31.15%

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
Decimal19515215700.220.190.24353.0226.3868.04
HexC3989D01613181611a44
Octal303230235026233054132104
Binary1100001110011000100111010101101001111000101100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3989D; }

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

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

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

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

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

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

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

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