Html Css Color HEX #C49599 Careys Pink

📋 copy color: '#C49599'

red 196 ◦ green 149 ◦ blue 153

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

Shades of Careys Pink #C49599

Tints of Careys Pink #C49599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.92%

 BLUE value IS 153 (60.16% from 255) = 30.72%

R = 39.36%
G = 29.92%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C49599 (or 0xC49599) is known color: Careys Pink. HEX triplet: C4, 95 and 99. RGB value is (196,149,153). Sum of RGB (Red+Green+Blue) = 196+149+153=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C49599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49599 is #3B6A66. Grayscale: #A3A3A3. Windows color (decimal): -3893863 or 10065348. OLE color: 10065348.

HSL color Cylindrical-coordinate representation of color #C49599: hue angle of 354.89º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49599 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 153 -
CMYK 0 0.24 0.22 0.23
HSL 354.89º 0.28% 0.68% -
HSV(B) 354.89º 0.24% 0.77% -
XYZ 39.26 35.53 34.93 -
YUV 163.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 196 149 153 0 0.24 0.22 0.23 354.89 0.28 0.68
Hex C4 95 99 0 18 16 17 163 1C 44
Octal 304 225 231 0 30 26 27 543 34 104
Binary 11000100 10010101 10011001 0 11000 10110 10111 101100011 11100 1000100

Color Harmonies of #C49599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49599

Black with #C49599

Text Example


Text Example

White with #C49599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49599; }

 p { color: rgb(196,149,153); }

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

background-color css

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

 a { background-color: rgb(196,149,153); }

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

border-color css

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

 span { border-color: rgb(196,149,153); }

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