Html Css Color HEX #C79591 Oriental Pink

📋 copy color: '#C79591'

red 199 ◦ green 149 ◦ blue 145

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

Shades of Oriental Pink #C79591

Tints of Oriental Pink #C79591

RGB

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

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

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

R = 40.37%
G = 30.22%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C79591 (or 0xC79591) is known color: Oriental Pink. HEX triplet: C7, 95 and 91. RGB value is (199,149,145). Sum of RGB (Red+Green+Blue) = 199+149+145=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C79591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79591 is #386A6E. Grayscale: #A3A3A3. Windows color (decimal): -3697263 or 9541063. OLE color: 9541063.

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

Color convert

RGB 199 149 145 -
CMYK 0 0.25 0.27 0.22
HSL 4.44º 0.33% 0.67% -
HSV(B) 4.44º 0.27% 0.78% -
XYZ 39.41 35.68 31.6 -
YUV 163.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 199 149 145 0 0.25 0.27 0.22 4.44 0.33 0.67
Hex C7 95 91 0 19 1B 16 4 21 43
Octal 307 225 221 0 31 33 26 4 41 103
Binary 11000111 10010101 10010001 0 11001 11011 10110 100 100001 1000011

Color Harmonies of #C79591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79591

Black with #C79591

Text Example


Text Example

White with #C79591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79591; }

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

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

background-color css

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

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

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

border-color css

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

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

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