Html Css Color HEX #C78C7D Oriental Pink

📋 copy color: '#C78C7D'

red 199 ◦ green 140 ◦ blue 125

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

Shades of Oriental Pink #C78C7D

Tints of Oriental Pink #C78C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 42.89%
G = 30.17%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C78C7D (or 0xC78C7D) is known color: Oriental Pink. HEX triplet: C7, 8C and 7D. RGB value is (199,140,125). Sum of RGB (Red+Green+Blue) = 199+140+125=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C7D is #387382. Grayscale: #9C9C9C. Windows color (decimal): -3699587 or 8228039. OLE color: 8228039.

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

Color convert

RGB 199 140 125 -
CMYK 0 0.30 0.37 0.22
HSL 12.16º 0.4% 0.64% -
HSV(B) 12.16º 0.37% 0.78% -
XYZ 36.63 32.38 23.72 -
YUV 155.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 199 140 125 0 0.30 0.37 0.22 12.16 0.4 0.64
Hex C7 8C 7D 0 1E 25 16 C 28 40
Octal 307 214 175 0 36 45 26 14 50 100
Binary 11000111 10001100 1111101 0 11110 100101 10110 1100 101000 1000000

Color Harmonies of #C78C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78C7D

Black with #C78C7D

Text Example


Text Example

White with #C78C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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