#C1969B

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

Shades of Careys Pink #C1969B

Tints of Careys Pink #C1969B

Color information

#C1969B (or 0xC1969B) is unknown color: approx Careys Pink. HEX triplet: C1, 96 and 9B. RGB value is (193,150,155). Sum of RGB (Red+Green+Blue) = 193+150+155=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1969B is #3E6964. Grayscale: #A3A3A3. Windows color (decimal): -4090213 or 10196673. OLE color: 10196673.

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

Color convert

RGB193150155-
CMYK00.220.200.24
HSL353.02º25.75%67.25%-
HSV(B)353.02º22.28%75.69%-
XYZ38.8235.5235.82-
YUV163.43123.25149.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=38.76%
G=30.12%
B=31.12%

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
Decimal19315015500.220.200.24353.0225.7567.25
HexC1969B01614181611a43
Octal301226233026243054132103
Binary1100000110010110100110110101101010011000101100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1969B; }

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

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

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

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

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

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

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

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