#C79095

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

Shades of Careys Pink #C79095

Tints of Careys Pink #C79095

Color information

#C79095 (or 0xC79095) is unknown color: approx Careys Pink. HEX triplet: C7, 90 and 95. RGB value is (199,144,149). Sum of RGB (Red+Green+Blue) = 199+144+149=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C79095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79095 is #386F6A. Grayscale: #A1A1A1. Windows color (decimal): -3698539 or 9801927. OLE color: 9801927.

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

Color convert

RGB199144149-
CMYK00.280.250.22
HSL354.55º32.93%67.25%-
HSV(B)354.55º27.64%78.04%-
XYZ38.9534.2632.99-
YUV161.01121.22155.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=40.45%
G=29.27%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914414900.280.250.22354.5532.9367.25
HexC7909501C19161632143
Octal307220225034312654341103
Binary11000111100100001001010101110011001101101011000111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79095; }

 p { color: rgb(199,144,149); }

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

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

 a { background-color: rgb(199,144,149); }

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

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

 span { border-color: rgb(199,144,149); }

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