#C28F91

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

Shades of Careys Pink #C28F91

Tints of Careys Pink #C28F91

Color information

#C28F91 (or 0xC28F91) is unknown color: approx Careys Pink. HEX triplet: C2, 8F and 91. RGB value is (194,143,145). Sum of RGB (Red+Green+Blue) = 194+143+145=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F91 is #3D706E. Grayscale: #9E9E9E. Windows color (decimal): -4026479 or 9539522. OLE color: 9539522.

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

Color convert

RGB194143145-
CMYK00.260.250.24
HSL357.65º29.48%66.08%-
HSV(B)357.65º26.29%76.08%-
XYZ37.1833.1631.23-
YUV158.48120.4153.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=40.25%
G=29.67%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414314500.260.250.24357.6529.4866.08
HexC28F9101A19181661d42
Octal302217221032313054635102
Binary1100001010001111100100010110101100111000101100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F91; }

 p { color: rgb(194,143,145); }

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

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

 a { background-color: rgb(194,143,145); }

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

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

 span { border-color: rgb(194,143,145); }

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