Html Css Color HEX #C79390 Oriental Pink

📋 copy color: '#C79390'

red 199 ◦ green 147 ◦ blue 144

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

Shades of Oriental Pink #C79390

Tints of Oriental Pink #C79390

RGB

 RED value IS 199 (78.13% from 255) = 40.61%

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

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 40.61%
G = 30%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C79390 (or 0xC79390) is known color: Oriental Pink. HEX triplet: C7, 93 and 90. RGB value is (199,147,144). Sum of RGB (Red+Green+Blue) = 199+147+144=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C79390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79390 is #386C6F. Grayscale: #A2A2A2. Windows color (decimal): -3697776 or 9475015. OLE color: 9475015.

HSL color Cylindrical-coordinate representation of color #C79390: hue angle of 3.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C79390 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 147 144 -
CMYK 0 0.26 0.28 0.22
HSL 3.27º 0.33% 0.67% -
HSV(B) 3.27º 0.28% 0.78% -
XYZ 39.02 35.02 31.09 -
YUV 162.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 199 147 144 0 0.26 0.28 0.22 3.27 0.33 0.67
Hex C7 93 90 0 1A 1C 16 3 21 43
Octal 307 223 220 0 32 34 26 3 41 103
Binary 11000111 10010011 10010000 0 11010 11100 10110 11 100001 1000011

Color Harmonies of #C79390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79390

Black with #C79390

Text Example


Text Example

White with #C79390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79390; }

 p { color: rgb(199,147,144); }

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

background-color css

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

 a { background-color: rgb(199,147,144); }

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

border-color css

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

 span { border-color: rgb(199,147,144); }

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