#C1959A

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

Shades of Careys Pink #C1959A

Tints of Careys Pink #C1959A

Color information

#C1959A (or 0xC1959A) is unknown color: approx Careys Pink. HEX triplet: C1, 95 and 9A. RGB value is (193,149,154). Sum of RGB (Red+Green+Blue) = 193+149+154=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1959A is #3E6A65. Grayscale: #A2A2A2. Windows color (decimal): -4090470 or 10130881. OLE color: 10130881.

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

Color convert

RGB193149154-
CMYK00.230.200.24
HSL353.18º26.19%67.06%-
HSV(B)353.18º22.8%75.69%-
XYZ38.5735.1735.33-
YUV162.73123.08149.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=38.91%
G=30.04%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314915400.230.200.24353.1826.1967.06
HexC1959A01714181611a43
Octal301225232027243054132103
Binary1100000110010101100110100101111010011000101100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1959A; }

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

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

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

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

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

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

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

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