#C78F92

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

Shades of Careys Pink #C78F92

Tints of Careys Pink #C78F92

Color information

#C78F92 (or 0xC78F92) is unknown color: approx Careys Pink. HEX triplet: C7, 8F and 92. RGB value is (199,143,146). Sum of RGB (Red+Green+Blue) = 199+143+146=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78F92 is #38706D. Grayscale: #A0A0A0. Windows color (decimal): -3698798 or 9605063. OLE color: 9605063.

HSL color Cylindrical-coordinate representation of color #C78F92: hue angle of 356.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C78F92 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB199143146-
CMYK00.280.270.22
HSL356.79º33.33%67.06%-
HSV(B)356.79º28.14%78.04%-
XYZ38.5633.8631.7-
YUV160.09120.05155.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=40.78%
G=29.30%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914314600.280.270.22356.7933.3367.06
HexC78F9201C1B161652143
Octal307217222034332654541103
Binary11000111100011111001001001110011011101101011001011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F92; }

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

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

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

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

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

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

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

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