Html Css Color HEX #C49398 Careys Pink

📋 copy color: '#C49398'

red 196 ◦ green 147 ◦ blue 152

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

Shades of Careys Pink #C49398

Tints of Careys Pink #C49398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.7%

 BLUE value IS 152 (59.77% from 255) = 30.71%

R = 39.6%
G = 29.7%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C49398 (or 0xC49398) is known color: Careys Pink. HEX triplet: C4, 93 and 98. RGB value is (196,147,152). Sum of RGB (Red+Green+Blue) = 196+147+152=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49398 is #3B6C67. Grayscale: #A2A2A2. Windows color (decimal): -3894376 or 9999300. OLE color: 9999300.

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

Color convert

RGB 196 147 152 -
CMYK 0 0.25 0.22 0.23
HSL 353.88º 0.29% 0.67% -
HSV(B) 353.88º 0.25% 0.77% -
XYZ 38.87 34.87 34.39 -
YUV 162.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 196 147 152 0 0.25 0.22 0.23 353.88 0.29 0.67
Hex C4 93 98 0 19 16 17 162 1D 43
Octal 304 223 230 0 31 26 27 542 35 103
Binary 11000100 10010011 10011000 0 11001 10110 10111 101100010 11101 1000011

Color Harmonies of #C49398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49398

Black with #C49398

Text Example


Text Example

White with #C49398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49398; }

 p { color: rgb(196,147,152); }

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

background-color css

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

 a { background-color: rgb(196,147,152); }

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

border-color css

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

 span { border-color: rgb(196,147,152); }

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