Html Css Color HEX #C99399 Careys Pink

📋 copy color: '#C99399'

red 201 ◦ green 147 ◦ blue 153

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

Shades of Careys Pink #C99399

Tints of Careys Pink #C99399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

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

R = 40.12%
G = 29.34%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C99399 (or 0xC99399) is known color: Careys Pink. HEX triplet: C9, 93 and 99. RGB value is (201,147,153). Sum of RGB (Red+Green+Blue) = 201+147+153=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99399 is #366C66. Grayscale: #A3A3A3. Windows color (decimal): -3566695 or 10064841. OLE color: 10064841.

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

Color convert

RGB 201 147 153 -
CMYK 0 0.27 0.24 0.21
HSL 353.33º 0.33% 0.68% -
HSV(B) 353.33º 0.27% 0.79% -
XYZ 40.27 35.58 34.88 -
YUV 163.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 201 147 153 0 0.27 0.24 0.21 353.33 0.33 0.68
Hex C9 93 99 0 1B 18 15 161 21 44
Octal 311 223 231 0 33 30 25 541 41 104
Binary 11001001 10010011 10011001 0 11011 11000 10101 101100001 100001 1000100

Color Harmonies of #C99399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99399

Black with #C99399

Text Example


Text Example

White with #C99399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99399; }

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

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

background-color css

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

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

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

border-color css

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

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

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