Html Css Color HEX #C78B7C Oriental Pink

📋 copy color: '#C78B7C'

red 199 ◦ green 139 ◦ blue 124

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

Shades of Oriental Pink #C78B7C

Tints of Oriental Pink #C78B7C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 43.07%
G = 30.09%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C78B7C (or 0xC78B7C) is known color: Oriental Pink. HEX triplet: C7, 8B and 7C. RGB value is (199,139,124). Sum of RGB (Red+Green+Blue) = 199+139+124=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78B7C is #387483. Grayscale: #9B9B9B. Windows color (decimal): -3699844 or 8162247. OLE color: 8162247.

HSL color Cylindrical-coordinate representation of color #C78B7C: hue angle of 12º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C78B7C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 139 124 -
CMYK 0 0.30 0.38 0.22
HSL 12º 0.4% 0.63% -
HSV(B) 12º 0.38% 0.78% -
XYZ 36.42 32.06 23.34 -
YUV 155.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 199 139 124 0 0.30 0.38 0.22 12 0.4 0.63
Hex C7 8B 7C 0 1E 26 16 C 28 3F
Octal 307 213 174 0 36 46 26 14 50 77
Binary 11000111 10001011 1111100 0 11110 100110 10110 1100 101000 111111

Color Harmonies of #C78B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78B7C

Black with #C78B7C

Text Example


Text Example

White with #C78B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78B7C; }

 p { color: rgb(199,139,124); }

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

background-color css

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

 a { background-color: rgb(199,139,124); }

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

border-color css

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

 span { border-color: rgb(199,139,124); }

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