#C99596

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

Shades of Careys Pink #C99596

Tints of Careys Pink #C99596

Color information

#C99596 (or 0xC99596) is unknown color: approx Careys Pink. HEX triplet: C9, 95 and 96. RGB value is (201,149,150). Sum of RGB (Red+Green+Blue) = 201+149+150=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C99596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99596 is #366A69. Grayscale: #A4A4A4. Windows color (decimal): -3566186 or 9868745. OLE color: 9868745.

HSL color Cylindrical-coordinate representation of color #C99596: hue angle of 358.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C99596 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB201149150-
CMYK00.260.250.21
HSL358.85º32.5%68.63%-
HSV(B)358.85º25.87%78.82%-
XYZ40.3436.1133.7-
YUV164.66119.73153.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 150 (58.98% from 255) = 30%
R=40.2%
G=29.8%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114915000.260.250.21358.8532.568.63
HexC9959601A19151672045
Octal311225226032312554740105
Binary11001001100101011001011001101011001101011011001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99596; }

 p { color: rgb(201,149,150); }

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

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

 a { background-color: rgb(201,149,150); }

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

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

 span { border-color: rgb(201,149,150); }

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