#C79B9C

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

Shades of Careys Pink #C79B9C

Tints of Careys Pink #C79B9C

Color information

#C79B9C (or 0xC79B9C) is unknown color: approx Careys Pink. HEX triplet: C7, 9B and 9C. RGB value is (199,155,156). Sum of RGB (Red+Green+Blue) = 199+155+156=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79B9C is #386463. Grayscale: #A8A8A8. Windows color (decimal): -3695716 or 10263495. OLE color: 10263495.

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

Color convert

RGB199155156-
CMYK00.220.220.22
HSL358.64º28.21%69.41%-
HSV(B)358.64º22.11%78.04%-
XYZ41.2837.9936.61-
YUV168.27121.08149.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=39.02%
G=30.39%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915515600.220.220.22358.6428.2169.41
HexC79B9C01616161671c45
Octal307233234026262654734105
Binary1100011110011011100111000101101011010110101100111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79B9C; }

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

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

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

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

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

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

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

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