#C7989B

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

Shades of Careys Pink #C7989B

Tints of Careys Pink #C7989B

Color information

#C7989B (or 0xC7989B) is unknown color: approx Careys Pink. HEX triplet: C7, 98 and 9B. RGB value is (199,152,155). Sum of RGB (Red+Green+Blue) = 199+152+155=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7989B is #386764. Grayscale: #A6A6A6. Windows color (decimal): -3696485 or 10197191. OLE color: 10197191.

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

Color convert

RGB199152155-
CMYK00.240.220.22
HSL356.17º29.56%68.82%-
HSV(B)356.17º23.62%78.04%-
XYZ40.736.9736-
YUV166.4121.57151.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=39.33%
G=30.04%
B=30.63%

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
Decimal19915215500.240.220.22356.1729.5668.82
HexC7989B01816161641e45
Octal307230233030262654436105
Binary1100011110011000100110110110001011010110101100100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7989B; }

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

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

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

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

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

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

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

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