#C79AA2

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

Shades of Careys Pink #C79AA2

Tints of Careys Pink #C79AA2

Color information

#C79AA2 (or 0xC79AA2) is unknown color: approx Careys Pink. HEX triplet: C7, 9A and A2. RGB value is (199,154,162). Sum of RGB (Red+Green+Blue) = 199+154+162=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C79AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79AA2 is #38655D. Grayscale: #A8A8A8. Windows color (decimal): -3695966 or 10656455. OLE color: 10656455.

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

Color convert

RGB199154162-
CMYK00.230.190.22
HSL349.33º28.66%69.22%-
HSV(B)349.33º22.61%78.04%-
XYZ41.6337.8639.3-
YUV168.37124.41149.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=38.64%
G=29.90%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915416200.230.190.22349.3328.6669.22
HexC79AA2017131615d1d45
Octal307232242027232653535105
Binary1100011110011010101000100101111001110110101011101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79AA2; }

 p { color: rgb(199,154,162); }

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

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

 a { background-color: rgb(199,154,162); }

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

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

 span { border-color: rgb(199,154,162); }

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