Html Css Color HEX #C79491 Oriental Pink

📋 copy color: '#C79491'

red 199 ◦ green 148 ◦ blue 145

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

Shades of Oriental Pink #C79491

Tints of Oriental Pink #C79491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

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

R = 40.45%
G = 30.08%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C79491 (or 0xC79491) is known color: Oriental Pink. HEX triplet: C7, 94 and 91. RGB value is (199,148,145). Sum of RGB (Red+Green+Blue) = 199+148+145=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C79491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79491 is #386B6E. Grayscale: #A2A2A2. Windows color (decimal): -3697519 or 9540807. OLE color: 9540807.

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

Color convert

RGB 199 148 145 -
CMYK 0 0.26 0.27 0.22
HSL 3.33º 0.33% 0.67% -
HSV(B) 3.33º 0.27% 0.78% -
XYZ 39.25 35.37 31.55 -
YUV 162.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 199 148 145 0 0.26 0.27 0.22 3.33 0.33 0.67
Hex C7 94 91 0 1A 1B 16 3 21 43
Octal 307 224 221 0 32 33 26 3 41 103
Binary 11000111 10010100 10010001 0 11010 11011 10110 11 100001 1000011

Color Harmonies of #C79491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79491

Black with #C79491

Text Example


Text Example

White with #C79491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79491; }

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

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

background-color css

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

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

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

border-color css

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

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

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