Html Css Color HEX #C99D9E Careys Pink

📋 copy color: '#C99D9E'

red 201 ◦ green 157 ◦ blue 158

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

Shades of Careys Pink #C99D9E

Tints of Careys Pink #C99D9E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.43%

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

R = 38.95%
G = 30.43%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C99D9E (or 0xC99D9E) is known color: Careys Pink. HEX triplet: C9, 9D and 9E. RGB value is (201,157,158). Sum of RGB (Red+Green+Blue) = 201+157+158=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D9E is #366261. Grayscale: #AAAAAA. Windows color (decimal): -3564130 or 10395081. OLE color: 10395081.

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

Color convert

RGB 201 157 158 -
CMYK 0 0.22 0.21 0.21
HSL 358.64º 0.29% 0.7% -
HSV(B) 358.64º 0.22% 0.79% -
XYZ 42.32 39 37.65 -
YUV 170.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 201 157 158 0 0.22 0.21 0.21 358.64 0.29 0.7
Hex C9 9D 9E 0 16 15 15 167 1D 46
Octal 311 235 236 0 26 25 25 547 35 106
Binary 11001001 10011101 10011110 0 10110 10101 10101 101100111 11101 1000110

Color Harmonies of #C99D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D9E

Black with #C99D9E

Text Example


Text Example

White with #C99D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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