Html Css Color HEX #C49596 Careys Pink

📋 copy color: '#C49596'

red 196 ◦ green 149 ◦ blue 150

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

Shades of Careys Pink #C49596

Tints of Careys Pink #C49596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.3%

R = 39.6%
G = 30.1%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C49596 (or 0xC49596) is known color: Careys Pink. HEX triplet: C4, 95 and 96. RGB value is (196,149,150). Sum of RGB (Red+Green+Blue) = 196+149+150=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49596 is #3B6A69. Grayscale: #A3A3A3. Windows color (decimal): -3893866 or 9868740. OLE color: 9868740.

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

Color convert

RGB 196 149 150 -
CMYK 0 0.24 0.23 0.23
HSL 358.72º 0.28% 0.68% -
HSV(B) 358.72º 0.24% 0.77% -
XYZ 39.02 35.43 33.64 -
YUV 163.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 196 149 150 0 0.24 0.23 0.23 358.72 0.28 0.68
Hex C4 95 96 0 18 17 17 167 1C 44
Octal 304 225 226 0 30 27 27 547 34 104
Binary 11000100 10010101 10010110 0 11000 10111 10111 101100111 11100 1000100

Color Harmonies of #C49596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49596

Black with #C49596

Text Example


Text Example

White with #C49596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49596; }

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

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

background-color css

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

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

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

border-color css

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

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

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