Html Css Color HEX #C99193 Careys Pink

📋 copy color: '#C99193'

red 201 ◦ green 145 ◦ blue 147

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

Shades of Careys Pink #C99193

Tints of Careys Pink #C99193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 40.77%
G = 29.41%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C99193 (or 0xC99193) is known color: Careys Pink. HEX triplet: C9, 91 and 93. RGB value is (201,145,147). Sum of RGB (Red+Green+Blue) = 201+145+147=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C99193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99193 is #366E6C. Grayscale: #A2A2A2. Windows color (decimal): -3567213 or 9671113. OLE color: 9671113.

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

Color convert

RGB 201 145 147 -
CMYK 0 0.28 0.27 0.21
HSL 357.86º 0.34% 0.68% -
HSV(B) 357.86º 0.28% 0.79% -
XYZ 39.48 34.77 32.24 -
YUV 161.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 201 145 147 0 0.28 0.27 0.21 357.86 0.34 0.68
Hex C9 91 93 0 1C 1B 15 166 22 44
Octal 311 221 223 0 34 33 25 546 42 104
Binary 11001001 10010001 10010011 0 11100 11011 10101 101100110 100010 1000100

Color Harmonies of #C99193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99193

Black with #C99193

Text Example


Text Example

White with #C99193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99193; }

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

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

background-color css

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

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

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

border-color css

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

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

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