Html Css Color HEX #C99EA5 Careys Pink

📋 copy color: '#C99EA5'

red 201 ◦ green 158 ◦ blue 165

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

Shades of Careys Pink #C99EA5

Tints of Careys Pink #C99EA5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.15%

 BLUE value IS 165 (64.84% from 255) = 31.49%

R = 38.36%
G = 30.15%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C99EA5 (or 0xC99EA5) is known color: Careys Pink. HEX triplet: C9, 9E and A5. RGB value is (201,158,165). Sum of RGB (Red+Green+Blue) = 201+158+165=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99EA5 is #36615A. Grayscale: #ABABAB. Windows color (decimal): -3563867 or 10854089. OLE color: 10854089.

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

Color convert

RGB 201 158 165 -
CMYK 0 0.21 0.18 0.21
HSL 350.23º 0.28% 0.7% -
HSV(B) 350.23º 0.21% 0.79% -
XYZ 43.11 39.59 40.97 -
YUV 171.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 201 158 165 0 0.21 0.18 0.21 350.23 0.28 0.7
Hex C9 9E A5 0 15 12 15 15E 1C 46
Octal 311 236 245 0 25 22 25 536 34 106
Binary 11001001 10011110 10100101 0 10101 10010 10101 101011110 11100 1000110

Color Harmonies of #C99EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EA5

Black with #C99EA5

Text Example


Text Example

White with #C99EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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