Html Css Color HEX #C49591 Oriental Pink

📋 copy color: '#C49591'

red 196 ◦ green 149 ◦ blue 145

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

Shades of Oriental Pink #C49591

Tints of Oriental Pink #C49591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 40%
G = 30.41%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C49591 (or 0xC49591) is known color: Oriental Pink. HEX triplet: C4, 95 and 91. RGB value is (196,149,145). Sum of RGB (Red+Green+Blue) = 196+149+145=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C49591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49591 is #3B6A6E. Grayscale: #A2A2A2. Windows color (decimal): -3893871 or 9541060. OLE color: 9541060.

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

Color convert

RGB 196 149 145 -
CMYK 0 0.24 0.26 0.23
HSL 4.71º 0.3% 0.67% -
HSV(B) 4.71º 0.26% 0.77% -
XYZ 38.62 35.27 31.56 -
YUV 162.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 196 149 145 0 0.24 0.26 0.23 4.71 0.3 0.67
Hex C4 95 91 0 18 1A 17 5 1E 43
Octal 304 225 221 0 30 32 27 5 36 103
Binary 11000100 10010101 10010001 0 11000 11010 10111 101 11110 1000011

Color Harmonies of #C49591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49591

Black with #C49591

Text Example


Text Example

White with #C49591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49591; }

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

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

background-color css

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

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

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

border-color css

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

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

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