#C99197

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

Shades of Careys Pink #C99197

Tints of Careys Pink #C99197

Color information

#C99197 (or 0xC99197) is unknown color: approx Careys Pink. HEX triplet: C9, 91 and 97. RGB value is (201,145,151). Sum of RGB (Red+Green+Blue) = 201+145+151=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C99197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99197 is #366E68. Grayscale: #A2A2A2. Windows color (decimal): -3567209 or 9933257. OLE color: 9933257.

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

Color convert

RGB201145151-
CMYK00.280.250.21
HSL353.57º34.15%67.84%-
HSV(B)353.57º27.86%78.82%-
XYZ39.834.933.92-
YUV162.43121.55155.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=40.44%
G=29.18%
B=30.38%

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
Decimal20114515100.280.250.21353.5734.1567.84
HexC9919701C19151622244
Octal311221227034312554242104
Binary11001001100100011001011101110011001101011011000101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99197; }

 p { color: rgb(201,145,151); }

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

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

 a { background-color: rgb(201,145,151); }

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

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

 span { border-color: rgb(201,145,151); }

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