#C79698

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

Shades of Careys Pink #C79698

Tints of Careys Pink #C79698

Color information

#C79698 (or 0xC79698) is unknown color: approx Careys Pink. HEX triplet: C7, 96 and 98. RGB value is (199,150,152). Sum of RGB (Red+Green+Blue) = 199+150+152=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C79698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79698 is #386967. Grayscale: #A4A4A4. Windows color (decimal): -3697000 or 10000071. OLE color: 10000071.

HSL color Cylindrical-coordinate representation of color #C79698: hue angle of 357.55º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C79698 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB199150152-
CMYK00.250.240.22
HSL357.55º30.43%68.43%-
HSV(B)357.55º24.62%78.04%-
XYZ40.1336.2234.58-
YUV164.88120.73152.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.72%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=39.72%
G=29.94%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915015200.250.240.22357.5530.4368.43
HexC7969801918161661e44
Octal307226230031302654636104
Binary1100011110010110100110000110011100010110101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79698; }

 p { color: rgb(199,150,152); }

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

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

 a { background-color: rgb(199,150,152); }

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

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

 span { border-color: rgb(199,150,152); }

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