#C28F92

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

Shades of Careys Pink #C28F92

Tints of Careys Pink #C28F92

Color information

#C28F92 (or 0xC28F92) is unknown color: approx Careys Pink. HEX triplet: C2, 8F and 92. RGB value is (194,143,146). Sum of RGB (Red+Green+Blue) = 194+143+146=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F92 is #3D706D. Grayscale: #9E9E9E. Windows color (decimal): -4026478 or 9605058. OLE color: 9605058.

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

Color convert

RGB194143146-
CMYK00.260.250.24
HSL356.47º29.48%66.08%-
HSV(B)356.47º26.29%76.08%-
XYZ37.2633.1931.64-
YUV158.59120.9153.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=40.17%
G=29.61%
B=30.23%

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
Decimal19414314600.260.250.24356.4729.4866.08
HexC28F9201A19181641d42
Octal302217222032313054435102
Binary1100001010001111100100100110101100111000101100100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F92; }

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

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

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

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

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

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

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

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