#C4999B

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

Shades of Careys Pink #C4999B

Tints of Careys Pink #C4999B

Color information

#C4999B (or 0xC4999B) is unknown color: approx Careys Pink. HEX triplet: C4, 99 and 9B. RGB value is (196,153,155). Sum of RGB (Red+Green+Blue) = 196+153+155=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4999B is #3B6664. Grayscale: #A6A6A6. Windows color (decimal): -3892837 or 10197444. OLE color: 10197444.

HSL color Cylindrical-coordinate representation of color #C4999B: hue angle of 357.21º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4999B is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB196153155-
CMYK00.220.210.23
HSL357.21º26.71%68.43%-
HSV(B)357.21º21.94%76.86%-
XYZ40.0736.8836.02-
YUV166.08121.75149.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=38.89%
G=30.36%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615315500.220.210.23357.2126.7168.43
HexC4999B01615171651b44
Octal304231233026252754533104
Binary1100010010011001100110110101101010110111101100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4999B; }

 p { color: rgb(196,153,155); }

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

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

 a { background-color: rgb(196,153,155); }

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

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

 span { border-color: rgb(196,153,155); }

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