Html Css Color HEX #C49083 Oriental Pink

📋 copy color: '#C49083'

red 196 ◦ green 144 ◦ blue 131

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

Shades of Oriental Pink #C49083

Tints of Oriental Pink #C49083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.57%

 BLUE value IS 131 (51.56% from 255) = 27.81%

R = 41.61%
G = 30.57%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C49083 (or 0xC49083) is known color: Oriental Pink. HEX triplet: C4, 90 and 83. RGB value is (196,144,131). Sum of RGB (Red+Green+Blue) = 196+144+131=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C49083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49083 is #3B6F7C. Grayscale: #9E9E9E. Windows color (decimal): -3895165 or 8622276. OLE color: 8622276.

HSL color Cylindrical-coordinate representation of color #C49083: hue angle of 12º degrees, saturation: 0.36, 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 #C49083 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 131 -
CMYK 0 0.27 0.33 0.23
HSL 12º 0.36% 0.64% -
HSV(B) 12º 0.33% 0.77% -
XYZ 36.83 33.32 25.96 -
YUV 158.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 196 144 131 0 0.27 0.33 0.23 12 0.36 0.64
Hex C4 90 83 0 1B 21 17 C 24 40
Octal 304 220 203 0 33 41 27 14 44 100
Binary 11000100 10010000 10000011 0 11011 100001 10111 1100 100100 1000000

Color Harmonies of #C49083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49083

Black with #C49083

Text Example


Text Example

White with #C49083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49083; }

 p { color: rgb(196,144,131); }

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

background-color css

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

 a { background-color: rgb(196,144,131); }

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

border-color css

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

 span { border-color: rgb(196,144,131); }

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