Html Css Color HEX #C79085 Oriental Pink

📋 copy color: '#C79085'

red 199 ◦ green 144 ◦ blue 133

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

Shades of Oriental Pink #C79085

Tints of Oriental Pink #C79085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 41.81%
G = 30.25%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C79085 (or 0xC79085) is known color: Oriental Pink. HEX triplet: C7, 90 and 85. RGB value is (199,144,133). Sum of RGB (Red+Green+Blue) = 199+144+133=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C79085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79085 is #386F7A. Grayscale: #9F9F9F. Windows color (decimal): -3698555 or 8753351. OLE color: 8753351.

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

Color convert

RGB 199 144 133 -
CMYK 0 0.28 0.33 0.22
HSL 10º 0.37% 0.65% -
HSV(B) 10º 0.33% 0.78% -
XYZ 37.76 33.78 26.72 -
YUV 159.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 199 144 133 0 0.28 0.33 0.22 10 0.37 0.65
Hex C7 90 85 0 1C 21 16 A 25 41
Octal 307 220 205 0 34 41 26 12 45 101
Binary 11000111 10010000 10000101 0 11100 100001 10110 1010 100101 1000001

Color Harmonies of #C79085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79085

Black with #C79085

Text Example


Text Example

White with #C79085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79085; }

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

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

background-color css

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

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

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

border-color css

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

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

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