Html Css Color HEX #C9999E Careys Pink

📋 copy color: '#C9999E'

red 201 ◦ green 153 ◦ blue 158

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

Shades of Careys Pink #C9999E

Tints of Careys Pink #C9999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 39.26%
G = 29.88%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9999E (or 0xC9999E) is known color: Careys Pink. HEX triplet: C9, 99 and 9E. RGB value is (201,153,158). Sum of RGB (Red+Green+Blue) = 201+153+158=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9999E is #366661. Grayscale: #A7A7A7. Windows color (decimal): -3565154 or 10394057. OLE color: 10394057.

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

Color convert

RGB 201 153 158 -
CMYK 0 0.24 0.21 0.21
HSL 353.75º 0.31% 0.69% -
HSV(B) 353.75º 0.24% 0.79% -
XYZ 41.65 37.67 37.42 -
YUV 167.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 201 153 158 0 0.24 0.21 0.21 353.75 0.31 0.69
Hex C9 99 9E 0 18 15 15 162 1F 45
Octal 311 231 236 0 30 25 25 542 37 105
Binary 11001001 10011001 10011110 0 11000 10101 10101 101100010 11111 1000101

Color Harmonies of #C9999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9999E

Black with #C9999E

Text Example


Text Example

White with #C9999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9999E; }

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

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

background-color css

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

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

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

border-color css

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

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

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