#C99396

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

Shades of Careys Pink #C99396

Tints of Careys Pink #C99396

Color information

#C99396 (or 0xC99396) is unknown color: approx Careys Pink. HEX triplet: C9, 93 and 96. RGB value is (201,147,150). Sum of RGB (Red+Green+Blue) = 201+147+150=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99396 is #366C69. Grayscale: #A3A3A3. Windows color (decimal): -3566698 or 9868233. OLE color: 9868233.

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

Color convert

RGB201147150-
CMYK00.270.250.21
HSL356.67º33.33%68.24%-
HSV(B)356.67º26.87%78.82%-
XYZ40.0335.4933.59-
YUV163.49120.39154.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=40.36%
G=29.52%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114715000.270.250.21356.6733.3368.24
HexC9939601B19151652144
Octal311223226033312554541104
Binary11001001100100111001011001101111001101011011001011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99396; }

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

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

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

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

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

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

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

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