#C7979C

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

Shades of Careys Pink #C7979C

Tints of Careys Pink #C7979C

Color information

#C7979C (or 0xC7979C) is unknown color: approx Careys Pink. HEX triplet: C7, 97 and 9C. RGB value is (199,151,156). Sum of RGB (Red+Green+Blue) = 199+151+156=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7979C is #386863. Grayscale: #A5A5A5. Windows color (decimal): -3696740 or 10262471. OLE color: 10262471.

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

Color convert

RGB199151156-
CMYK00.240.220.22
HSL353.75º30%68.63%-
HSV(B)353.75º24.12%78.04%-
XYZ40.6236.6836.39-
YUV165.92122.4151.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=39.33%
G=29.84%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915115600.240.220.22353.753068.63
HexC7979C01816161621e45
Octal307227234030262654236105
Binary1100011110010111100111000110001011010110101100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7979C; }

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

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

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

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

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

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

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

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