Html Css Color HEX #C99AA7 Careys Pink

📋 copy color: '#C99AA7'

red 201 ◦ green 154 ◦ blue 167

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

Shades of Careys Pink #C99AA7

Tints of Careys Pink #C99AA7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 167 (65.63% from 255) = 31.99%

R = 38.51%
G = 29.5%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C99AA7 (or 0xC99AA7) is known color: Careys Pink. HEX triplet: C9, 9A and A7. RGB value is (201,154,167). Sum of RGB (Red+Green+Blue) = 201+154+167=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99AA7 is #366558. Grayscale: #A9A9A9. Windows color (decimal): -3564889 or 10984137. OLE color: 10984137.

HSL color Cylindrical-coordinate representation of color #C99AA7: hue angle of 343.4º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99AA7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 167 -
CMYK 0 0.23 0.17 0.21
HSL 343.4º 0.3% 0.7% -
HSV(B) 343.4º 0.23% 0.79% -
XYZ 42.62 38.32 41.71 -
YUV 169.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 201 154 167 0 0.23 0.17 0.21 343.4 0.3 0.7
Hex C9 9A A7 0 17 11 15 157 1E 46
Octal 311 232 247 0 27 21 25 527 36 106
Binary 11001001 10011010 10100111 0 10111 10001 10101 101010111 11110 1000110

Color Harmonies of #C99AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AA7

Black with #C99AA7

Text Example


Text Example

White with #C99AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AA7; }

 p { color: rgb(201,154,167); }

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

background-color css

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

 a { background-color: rgb(201,154,167); }

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

border-color css

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

 span { border-color: rgb(201,154,167); }

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