Html Css Color HEX #C49184 Oriental Pink

📋 copy color: '#C49184'

red 196 ◦ green 145 ◦ blue 132

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

Shades of Oriental Pink #C49184

Tints of Oriental Pink #C49184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.66%

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 41.44%
G = 30.66%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C49184 (or 0xC49184) is known color: Oriental Pink. HEX triplet: C4, 91 and 84. RGB value is (196,145,132). Sum of RGB (Red+Green+Blue) = 196+145+132=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C49184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49184 is #3B6E7B. Grayscale: #9E9E9E. Windows color (decimal): -3894908 or 8688068. OLE color: 8688068.

HSL color Cylindrical-coordinate representation of color #C49184: hue angle of 12.19º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49184 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 132 -
CMYK 0 0.26 0.33 0.23
HSL 12.19º 0.35% 0.64% -
HSV(B) 12.19º 0.33% 0.77% -
XYZ 37.06 33.65 26.37 -
YUV 158.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 196 145 132 0 0.26 0.33 0.23 12.19 0.35 0.64
Hex C4 91 84 0 1A 21 17 C 23 40
Octal 304 221 204 0 32 41 27 14 43 100
Binary 11000100 10010001 10000100 0 11010 100001 10111 1100 100011 1000000

Color Harmonies of #C49184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49184

Black with #C49184

Text Example


Text Example

White with #C49184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49184; }

 p { color: rgb(196,145,132); }

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

background-color css

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

 a { background-color: rgb(196,145,132); }

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

border-color css

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

 span { border-color: rgb(196,145,132); }

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