Html Css Color HEX #C99499 Careys Pink

📋 copy color: '#C99499'

red 201 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #C99499

Tints of Careys Pink #C99499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 40.04%
G = 29.48%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C99499 (or 0xC99499) is known color: Careys Pink. HEX triplet: C9, 94 and 99. RGB value is (201,148,153). Sum of RGB (Red+Green+Blue) = 201+148+153=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C99499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99499 is #366B66. Grayscale: #A4A4A4. Windows color (decimal): -3566439 or 10065097. OLE color: 10065097.

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

Color convert

RGB 201 148 153 -
CMYK 0 0.26 0.24 0.21
HSL 354.34º 0.33% 0.68% -
HSV(B) 354.34º 0.26% 0.79% -
XYZ 40.43 35.9 34.94 -
YUV 164.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 201 148 153 0 0.26 0.24 0.21 354.34 0.33 0.68
Hex C9 94 99 0 1A 18 15 162 21 44
Octal 311 224 231 0 32 30 25 542 41 104
Binary 11001001 10010100 10011001 0 11010 11000 10101 101100010 100001 1000100

Color Harmonies of #C99499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99499

Black with #C99499

Text Example


Text Example

White with #C99499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99499; }

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

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

background-color css

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

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

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

border-color css

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

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

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