Html Css Color HEX #C99199 Careys Pink

📋 copy color: '#C99199'

red 201 ◦ green 145 ◦ blue 153

#C99199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #C99199

Tints of Careys Pink #C99199

RGB

 RED value IS 201 (78.91% from 255) = 40.28%

 GREEN value IS 145 (57.03% from 255) = 29.06%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 40.28%
G = 29.06%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C99199 (or 0xC99199) is known color: Careys Pink. HEX triplet: C9, 91 and 99. RGB value is (201,145,153). Sum of RGB (Red+Green+Blue) = 201+145+153=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99199 is #366E66. Grayscale: #A2A2A2. Windows color (decimal): -3567207 or 10064329. OLE color: 10064329.

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

Color convert

RGB 201 145 153 -
CMYK 0 0.28 0.24 0.21
HSL 351.43º 0.34% 0.68% -
HSV(B) 351.43º 0.28% 0.79% -
XYZ 39.96 34.97 34.78 -
YUV 162.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 201 145 153 0 0.28 0.24 0.21 351.43 0.34 0.68
Hex C9 91 99 0 1C 18 15 15F 22 44
Octal 311 221 231 0 34 30 25 537 42 104
Binary 11001001 10010001 10011001 0 11100 11000 10101 101011111 100010 1000100

Color Harmonies of #C99199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99199

Black with #C99199

Text Example


Text Example

White with #C99199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99199; }

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

 H1.HeaderClassName
 {
   color: #C99199;
 }
 .AnyTagClassName
 {
   color: #C99199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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