#C79BA6

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

Shades of Careys Pink #C79BA6

Tints of Careys Pink #C79BA6

Color information

#C79BA6 (or 0xC79BA6) is unknown color: approx Careys Pink. HEX triplet: C7, 9B and A6. RGB value is (199,155,166). Sum of RGB (Red+Green+Blue) = 199+155+166=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C79BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79BA6 is #386459. Grayscale: #A9A9A9. Windows color (decimal): -3695706 or 10918855. OLE color: 10918855.

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

Color convert

RGB199155166-
CMYK00.220.170.22
HSL345º28.21%69.41%-
HSV(B)345º22.11%78.04%-
XYZ42.1638.3441.25-
YUV169.41126.08149.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=38.27%
G=29.81%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915516600.220.170.2234528.2169.41
HexC79BA601611161591c45
Octal307233246026212653134105
Binary1100011110011011101001100101101000110110101011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79BA6; }

 p { color: rgb(199,155,166); }

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

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

 a { background-color: rgb(199,155,166); }

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

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

 span { border-color: rgb(199,155,166); }

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