#C99096

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

Shades of Careys Pink #C99096

Tints of Careys Pink #C99096

Color information

#C99096 (or 0xC99096) is unknown color: approx Careys Pink. HEX triplet: C9, 90 and 96. RGB value is (201,144,150). Sum of RGB (Red+Green+Blue) = 201+144+150=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99096 is #366F69. Grayscale: #A1A1A1. Windows color (decimal): -3567466 or 9867465. OLE color: 9867465.

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

Color convert

RGB201144150-
CMYK00.280.250.21
HSL353.68º34.55%67.65%-
HSV(B)353.68º28.36%78.82%-
XYZ39.5734.5733.44-
YUV161.73121.38156.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=40.61%
G=29.09%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114415000.280.250.21353.6834.5567.65
HexC9909601C19151622344
Octal311220226034312554243104
Binary11001001100100001001011001110011001101011011000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99096; }

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

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

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

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

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

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

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

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