Html Css Color HEX #C78C83 Oriental Pink

📋 copy color: '#C78C83'

red 199 ◦ green 140 ◦ blue 131

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

Shades of Oriental Pink #C78C83

Tints of Oriental Pink #C78C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 42.34%
G = 29.79%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C78C83 (or 0xC78C83) is known color: Oriental Pink. HEX triplet: C7, 8C and 83. RGB value is (199,140,131). Sum of RGB (Red+Green+Blue) = 199+140+131=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C83 is #38737C. Grayscale: #9C9C9C. Windows color (decimal): -3699581 or 8621255. OLE color: 8621255.

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

Color convert

RGB 199 140 131 -
CMYK 0 0.30 0.34 0.22
HSL 7.94º 0.38% 0.65% -
HSV(B) 7.94º 0.34% 0.78% -
XYZ 37.03 32.54 25.8 -
YUV 156.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 199 140 131 0 0.30 0.34 0.22 7.94 0.38 0.65
Hex C7 8C 83 0 1E 22 16 8 26 41
Octal 307 214 203 0 36 42 26 10 46 101
Binary 11000111 10001100 10000011 0 11110 100010 10110 1000 100110 1000001

Color Harmonies of #C78C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78C83

Black with #C78C83

Text Example


Text Example

White with #C78C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78C83; }

 p { color: rgb(199,140,131); }

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

background-color css

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

 a { background-color: rgb(199,140,131); }

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

border-color css

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

 span { border-color: rgb(199,140,131); }

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