#C7969F

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

Shades of Careys Pink #C7969F

Tints of Careys Pink #C7969F

Color information

#C7969F (or 0xC7969F) is unknown color: approx Careys Pink. HEX triplet: C7, 96 and 9F. RGB value is (199,150,159). Sum of RGB (Red+Green+Blue) = 199+150+159=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7969F is #386960. Grayscale: #A5A5A5. Windows color (decimal): -3696993 or 10458823. OLE color: 10458823.

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

Color convert

RGB199150159-
CMYK00.250.200.22
HSL348.98º30.43%68.43%-
HSV(B)348.98º24.62%78.04%-
XYZ40.7236.4637.69-
YUV165.68124.23151.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=39.17%
G=29.53%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915015900.250.200.22348.9830.4368.43
HexC7969F019141615d1e44
Octal307226237031242653536104
Binary1100011110010110100111110110011010010110101011101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7969F; }

 p { color: rgb(199,150,159); }

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

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

 a { background-color: rgb(199,150,159); }

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

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

 span { border-color: rgb(199,150,159); }

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