Html Css Color HEX #C78D8D Oriental Pink

📋 copy color: '#C78D8D'

red 199 ◦ green 141 ◦ blue 141

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

Shades of Oriental Pink #C78D8D

Tints of Oriental Pink #C78D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 41.37%
G = 29.31%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C78D8D (or 0xC78D8D) is known color: Oriental Pink. HEX triplet: C7, 8D and 8D. RGB value is (199,141,141). Sum of RGB (Red+Green+Blue) = 199+141+141=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D8D is #387272. Grayscale: #9E9E9E. Windows color (decimal): -3699315 or 9276871. OLE color: 9276871.

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

Color convert

RGB 199 141 141 -
CMYK 0 0.29 0.29 0.22
HSL 0.34% 0.67% -
HSV(B) 0.29% 0.78% -
XYZ 37.89 33.11 29.59 -
YUV 158.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 199 141 141 0 0.29 0.29 0.22 0 0.34 0.67
Hex C7 8D 8D 0 1D 1D 16 0 22 43
Octal 307 215 215 0 35 35 26 0 42 103
Binary 11000111 10001101 10001101 0 11101 11101 10110 0 100010 1000011

Color Harmonies of #C78D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78D8D

Black with #C78D8D

Text Example


Text Example

White with #C78D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78D8D; }

 p { color: rgb(199,141,141); }

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

background-color css

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

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

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

border-color css

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

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

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