#C7939B

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

Shades of Careys Pink #C7939B

Tints of Careys Pink #C7939B

Color information

#C7939B (or 0xC7939B) is unknown color: approx Careys Pink. HEX triplet: C7, 93 and 9B. RGB value is (199,147,155). Sum of RGB (Red+Green+Blue) = 199+147+155=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7939B is #386C64. Grayscale: #A3A3A3. Windows color (decimal): -3697765 or 10195911. OLE color: 10195911.

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

Color convert

RGB199147155-
CMYK00.260.220.22
HSL350.77º31.71%67.84%-
HSV(B)350.77º26.13%78.04%-
XYZ39.935.3835.74-
YUV163.46123.23153.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.72%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=39.72%
G=29.34%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914715500.260.220.22350.7731.7167.84
HexC7939B01A161615f2044
Octal307223233032262653740104
Binary11000111100100111001101101101010110101101010111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7939B; }

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

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

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

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

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

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

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

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