#C99093

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

Shades of Careys Pink #C99093

Tints of Careys Pink #C99093

Color information

#C99093 (or 0xC99093) is unknown color: approx Careys Pink. HEX triplet: C9, 90 and 93. RGB value is (201,144,147). Sum of RGB (Red+Green+Blue) = 201+144+147=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C99093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99093 is #366F6C. Grayscale: #A1A1A1. Windows color (decimal): -3567469 or 9670857. OLE color: 9670857.

HSL color Cylindrical-coordinate representation of color #C99093: hue angle of 356.84º 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 #C99093 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201144147-
CMYK00.280.270.21
HSL356.84º34.55%67.65%-
HSV(B)356.84º28.36%78.82%-
XYZ39.3334.4732.18-
YUV161.38119.88156.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=40.85%
G=29.27%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114414700.280.270.21356.8434.5567.65
HexC9909301C1B151652344
Octal311220223034332554543104
Binary11001001100100001001001101110011011101011011001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99093; }

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

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

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

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

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

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

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

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