#C7999D

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

Shades of Careys Pink #C7999D

Tints of Careys Pink #C7999D

Color information

#C7999D (or 0xC7999D) is unknown color: approx Careys Pink. HEX triplet: C7, 99 and 9D. RGB value is (199,153,157). Sum of RGB (Red+Green+Blue) = 199+153+157=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7999D is #386662. Grayscale: #A7A7A7. Windows color (decimal): -3696227 or 10328519. OLE color: 10328519.

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

Color convert

RGB199153157-
CMYK00.230.210.22
HSL354.78º29.11%69.02%-
HSV(B)354.78º23.12%78.04%-
XYZ41.0337.3636.95-
YUV167.21122.24150.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=39.10%
G=30.06%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915315700.230.210.22354.7829.1169.02
HexC7999D01715161631d45
Octal307231235027252654335105
Binary1100011110011001100111010101111010110110101100011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7999D; }

 p { color: rgb(199,153,157); }

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

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

 a { background-color: rgb(199,153,157); }

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

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

 span { border-color: rgb(199,153,157); }

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