Html Css Color HEX #C79692 Oriental Pink

📋 copy color: '#C79692'

red 199 ◦ green 150 ◦ blue 146

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

Shades of Oriental Pink #C79692

Tints of Oriental Pink #C79692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 40.2%
G = 30.3%
B = 29.49%

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

#C79692 (or 0xC79692) is known color: Oriental Pink. HEX triplet: C7, 96 and 92. RGB value is (199,150,146). Sum of RGB (Red+Green+Blue) = 199+150+146=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C79692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79692 is #38696D. Grayscale: #A4A4A4. Windows color (decimal): -3697006 or 9606855. OLE color: 9606855.

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

Color convert

RGB 199 150 146 -
CMYK 0 0.25 0.27 0.22
HSL 4.53º 0.32% 0.68% -
HSV(B) 4.53º 0.27% 0.78% -
XYZ 39.65 36.03 32.06 -
YUV 164.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 199 150 146 0 0.25 0.27 0.22 4.53 0.32 0.68
Hex C7 96 92 0 19 1B 16 5 20 44
Octal 307 226 222 0 31 33 26 5 40 104
Binary 11000111 10010110 10010010 0 11001 11011 10110 101 100000 1000100

Color Harmonies of #C79692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79692

Black with #C79692

Text Example


Text Example

White with #C79692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79692; }

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

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

background-color css

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

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

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

border-color css

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

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

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