#C19091

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

Shades of Careys Pink #C19091

Tints of Careys Pink #C19091

Color information

#C19091 (or 0xC19091) is unknown color: approx Careys Pink. HEX triplet: C1, 90 and 91. RGB value is (193,144,145). Sum of RGB (Red+Green+Blue) = 193+144+145=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C19091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19091 is #3E6F6E. Grayscale: #9E9E9E. Windows color (decimal): -4091759 or 9539777. OLE color: 9539777.

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

Color convert

RGB193144145-
CMYK00.250.250.24
HSL358.78º28.32%66.08%-
HSV(B)358.78º25.39%75.69%-
XYZ37.0833.3331.27-
YUV158.76120.23152.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=40.04%
G=29.88%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314414500.250.250.24358.7828.3266.08
HexC1909101919181671c42
Octal301220221031313054734102
Binary1100000110010000100100010110011100111000101100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19091; }

 p { color: rgb(193,144,145); }

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

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

 a { background-color: rgb(193,144,145); }

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

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

 span { border-color: rgb(193,144,145); }

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