#C1969A

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

Shades of Careys Pink #C1969A

Tints of Careys Pink #C1969A

Color information

#C1969A (or 0xC1969A) is unknown color: approx Careys Pink. HEX triplet: C1, 96 and 9A. RGB value is (193,150,154). Sum of RGB (Red+Green+Blue) = 193+150+154=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1969A is #3E6965. Grayscale: #A3A3A3. Windows color (decimal): -4090214 or 10131137. OLE color: 10131137.

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

Color convert

RGB193150154-
CMYK00.220.200.24
HSL354.42º25.75%67.25%-
HSV(B)354.42º22.28%75.69%-
XYZ38.7335.4835.38-
YUV163.31122.75149.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=38.83%
G=30.18%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315015400.220.200.24354.4225.7567.25
HexC1969A01614181621a43
Octal301226232026243054232103
Binary1100000110010110100110100101101010011000101100010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1969A; }

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

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

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

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

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

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

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

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