Html Css Color HEX #C79080 Oriental Pink

📋 copy color: '#C79080'

red 199 ◦ green 144 ◦ blue 128

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

Shades of Oriental Pink #C79080

Tints of Oriental Pink #C79080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 42.25%
G = 30.57%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C79080 (or 0xC79080) is known color: Oriental Pink. HEX triplet: C7, 90 and 80. RGB value is (199,144,128). Sum of RGB (Red+Green+Blue) = 199+144+128=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C79080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79080 is #386F7F. Grayscale: #9E9E9E. Windows color (decimal): -3698560 or 8425671. OLE color: 8425671.

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

Color convert

RGB 199 144 128 -
CMYK 0 0.28 0.36 0.22
HSL 13.52º 0.39% 0.64% -
HSV(B) 13.52º 0.36% 0.78% -
XYZ 37.42 33.65 24.94 -
YUV 158.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 199 144 128 0 0.28 0.36 0.22 13.52 0.39 0.64
Hex C7 90 80 0 1C 24 16 E 27 40
Octal 307 220 200 0 34 44 26 16 47 100
Binary 11000111 10010000 10000000 0 11100 100100 10110 1110 100111 1000000

Color Harmonies of #C79080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79080

Black with #C79080

Text Example


Text Example

White with #C79080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79080; }

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

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

background-color css

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

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

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

border-color css

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

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

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