Html Css Color HEX #C79691 Oriental Pink

📋 copy color: '#C79691'

red 199 ◦ green 150 ◦ blue 145

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

Shades of Oriental Pink #C79691

Tints of Oriental Pink #C79691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.36%

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

R = 40.28%
G = 30.36%
B = 29.35%

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

#C79691 (or 0xC79691) is known color: Oriental Pink. HEX triplet: C7, 96 and 91. RGB value is (199,150,145). Sum of RGB (Red+Green+Blue) = 199+150+145=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C79691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79691 is #38696E. Grayscale: #A4A4A4. Windows color (decimal): -3697007 or 9541319. OLE color: 9541319.

HSL color Cylindrical-coordinate representation of color #C79691: hue angle of 5.56º 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 #C79691 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 145 -
CMYK 0 0.25 0.27 0.22
HSL 5.56º 0.33% 0.67% -
HSV(B) 5.56º 0.27% 0.78% -
XYZ 39.57 36 31.65 -
YUV 164.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 199 150 145 0 0.25 0.27 0.22 5.56 0.33 0.67
Hex C7 96 91 0 19 1B 16 6 21 43
Octal 307 226 221 0 31 33 26 6 41 103
Binary 11000111 10010110 10010001 0 11001 11011 10110 110 100001 1000011

Color Harmonies of #C79691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79691

Black with #C79691

Text Example


Text Example

White with #C79691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79691; }

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

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

background-color css

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

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

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

border-color css

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

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

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