#C3949A

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

Shades of Careys Pink #C3949A

Tints of Careys Pink #C3949A

Color information

#C3949A (or 0xC3949A) is unknown color: approx Careys Pink. HEX triplet: C3, 94 and 9A. RGB value is (195,148,154). Sum of RGB (Red+Green+Blue) = 195+148+154=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3949A is #3C6B65. Grayscale: #A2A2A2. Windows color (decimal): -3959654 or 10130627. OLE color: 10130627.

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

Color convert

RGB195148154-
CMYK00.240.210.24
HSL352.34º28.14%67.25%-
HSV(B)352.34º24.1%76.47%-
XYZ38.9335.1235.3-
YUV162.74123.07151.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=39.24%
G=29.78%
B=30.99%

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
Decimal19514815400.240.210.24352.3428.1467.25
HexC3949A01815181601c43
Octal303224232030253054034103
Binary1100001110010100100110100110001010111000101100000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3949A; }

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

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

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

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

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

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

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

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