Html Css Color HEX #C49D9E Careys Pink

📋 copy color: '#C49D9E'

red 196 ◦ green 157 ◦ blue 158

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

Shades of Careys Pink #C49D9E

Tints of Careys Pink #C49D9E

RGB

 RED value IS 196 (76.95% from 255) = 38.36%

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

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

R = 38.36%
G = 30.72%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C49D9E (or 0xC49D9E) is known color: Careys Pink. HEX triplet: C4, 9D and 9E. RGB value is (196,157,158). Sum of RGB (Red+Green+Blue) = 196+157+158=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D9E is #3B6261. Grayscale: #A8A8A8. Windows color (decimal): -3891810 or 10395076. OLE color: 10395076.

HSL color Cylindrical-coordinate representation of color #C49D9E: hue angle of 358.46º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49D9E is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 158 -
CMYK 0 0.20 0.19 0.23
HSL 358.46º 0.25% 0.69% -
HSV(B) 358.46º 0.2% 0.77% -
XYZ 40.99 38.32 37.58 -
YUV 168.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 196 157 158 0 0.20 0.19 0.23 358.46 0.25 0.69
Hex C4 9D 9E 0 14 13 17 166 19 45
Octal 304 235 236 0 24 23 27 546 31 105
Binary 11000100 10011101 10011110 0 10100 10011 10111 101100110 11001 1000101

Color Harmonies of #C49D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D9E

Black with #C49D9E

Text Example


Text Example

White with #C49D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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