Html Css Color HEX #C999A5 Careys Pink

📋 copy color: '#C999A5'

red 201 ◦ green 153 ◦ blue 165

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

Shades of Careys Pink #C999A5

Tints of Careys Pink #C999A5

RGB

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

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

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

R = 38.73%
G = 29.48%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C999A5 (or 0xC999A5) is known color: Careys Pink. HEX triplet: C9, 99 and A5. RGB value is (201,153,165). Sum of RGB (Red+Green+Blue) = 201+153+165=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C999A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C999A5 is #36665A. Grayscale: #A8A8A8. Windows color (decimal): -3565147 or 10852809. OLE color: 10852809.

HSL color Cylindrical-coordinate representation of color #C999A5: hue angle of 345º 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 #C999A5 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 153 165 -
CMYK 0 0.24 0.18 0.21
HSL 345º 0.31% 0.69% -
HSV(B) 345º 0.24% 0.79% -
XYZ 42.27 37.92 40.69 -
YUV 168.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 201 153 165 0 0.24 0.18 0.21 345 0.31 0.69
Hex C9 99 A5 0 18 12 15 159 1F 45
Octal 311 231 245 0 30 22 25 531 37 105
Binary 11001001 10011001 10100101 0 11000 10010 10101 101011001 11111 1000101

Color Harmonies of #C999A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999A5

Black with #C999A5

Text Example


Text Example

White with #C999A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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