#C3959A

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

Shades of Careys Pink #C3959A

Tints of Careys Pink #C3959A

Color information

#C3959A (or 0xC3959A) is unknown color: approx Careys Pink. HEX triplet: C3, 95 and 9A. RGB value is (195,149,154). Sum of RGB (Red+Green+Blue) = 195+149+154=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3959A is #3C6A65. Grayscale: #A3A3A3. Windows color (decimal): -3959398 or 10130883. OLE color: 10130883.

HSL color Cylindrical-coordinate representation of color #C3959A: hue angle of 353.48º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3959A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB195149154-
CMYK00.240.210.24
HSL353.48º27.71%67.45%-
HSV(B)353.48º23.59%76.47%-
XYZ39.0935.4335.35-
YUV163.32122.74150.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=39.16%
G=29.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514915400.240.210.24353.4827.7167.45
HexC3959A01815181611c43
Octal303225232030253054134103
Binary1100001110010101100110100110001010111000101100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3959A; }

 p { color: rgb(195,149,154); }

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

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

 a { background-color: rgb(195,149,154); }

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

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

 span { border-color: rgb(195,149,154); }

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