#C3989B

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

Shades of Careys Pink #C3989B

Tints of Careys Pink #C3989B

Color information

#C3989B (or 0xC3989B) is unknown color: approx Careys Pink. HEX triplet: C3, 98 and 9B. RGB value is (195,152,155). Sum of RGB (Red+Green+Blue) = 195+152+155=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3989B is #3C6764. Grayscale: #A5A5A5. Windows color (decimal): -3958629 or 10197187. OLE color: 10197187.

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

Color convert

RGB195152155-
CMYK00.220.210.24
HSL355.81º26.38%68.04%-
HSV(B)355.81º22.05%76.47%-
XYZ39.6536.4335.95-
YUV165.2122.25149.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=38.84%
G=30.28%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515215500.220.210.24355.8126.3868.04
HexC3989B01615181641a44
Octal303230233026253054432104
Binary1100001110011000100110110101101010111000101100100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3989B; }

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

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

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

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

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

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

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

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