Html Css Color HEX #C78787 Oriental Pink

📋 copy color: '#C78787'

red 199 ◦ green 135 ◦ blue 135

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

Shades of Oriental Pink #C78787

Tints of Oriental Pink #C78787

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.78%

 BLUE value IS 135 (53.13% from 255) = 28.78%

R = 42.43%
G = 28.78%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C78787 (or 0xC78787) is known color: Oriental Pink. HEX triplet: C7, 87 and 87. RGB value is (199,135,135). Sum of RGB (Red+Green+Blue) = 199+135+135=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C78787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78787 is #387878. Grayscale: #9A9A9A. Windows color (decimal): -3700857 or 8882119. OLE color: 8882119.

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

Color convert

RGB 199 135 135 -
CMYK 0 0.32 0.32 0.22
HSL 0.36% 0.65% -
HSV(B) 0.32% 0.78% -
XYZ 36.59 31.22 27.02 -
YUV 154.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 199 135 135 0 0.32 0.32 0.22 0 0.36 0.65
Hex C7 87 87 0 20 20 16 0 24 41
Octal 307 207 207 0 40 40 26 0 44 101
Binary 11000111 10000111 10000111 0 100000 100000 10110 0 100100 1000001

Color Harmonies of #C78787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78787

Black with #C78787

Text Example


Text Example

White with #C78787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78787; }

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

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

background-color css

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

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

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

border-color css

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

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

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