Html Css Color HEX #C49497 Careys Pink

📋 copy color: '#C49497'

red 196 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #C49497

Tints of Careys Pink #C49497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

 BLUE value IS 151 (59.38% from 255) = 30.51%

R = 39.6%
G = 29.9%
B = 30.51%

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

#C49497 (or 0xC49497) is known color: Careys Pink. HEX triplet: C4, 94 and 97. RGB value is (196,148,151). Sum of RGB (Red+Green+Blue) = 196+148+151=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49497 is #3B6B68. Grayscale: #A2A2A2. Windows color (decimal): -3894121 or 9934020. OLE color: 9934020.

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

Color convert

RGB 196 148 151 -
CMYK 0 0.24 0.23 0.23
HSL 356.25º 0.29% 0.67% -
HSV(B) 356.25º 0.24% 0.77% -
XYZ 38.94 35.15 34.01 -
YUV 162.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 196 148 151 0 0.24 0.23 0.23 356.25 0.29 0.67
Hex C4 94 97 0 18 17 17 164 1D 43
Octal 304 224 227 0 30 27 27 544 35 103
Binary 11000100 10010100 10010111 0 11000 10111 10111 101100100 11101 1000011

Color Harmonies of #C49497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49497

Black with #C49497

Text Example


Text Example

White with #C49497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49497; }

 p { color: rgb(196,148,151); }

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

background-color css

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

 a { background-color: rgb(196,148,151); }

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

border-color css

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

 span { border-color: rgb(196,148,151); }

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