Html Css Color HEX #C78080 Oriental Pink

📋 copy color: '#C78080'

red 199 ◦ green 128 ◦ blue 128

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

Shades of Oriental Pink #C78080

Tints of Oriental Pink #C78080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

 BLUE value IS 128 (50.39% from 255) = 28.13%

R = 43.74%
G = 28.13%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C78080 (or 0xC78080) is known color: Oriental Pink. HEX triplet: C7, 80 and 80. RGB value is (199,128,128). Sum of RGB (Red+Green+Blue) = 199+128+128=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C78080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78080 is #387F7F. Grayscale: #959595. Windows color (decimal): -3702656 or 8421575. OLE color: 8421575.

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

Color convert

RGB 199 128 128 -
CMYK 0 0.36 0.36 0.22
HSL 0.39% 0.64% -
HSV(B) 0.36% 0.78% -
XYZ 35.17 29.14 24.19 -
YUV 149.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 199 128 128 0 0.36 0.36 0.22 0 0.39 0.64
Hex C7 80 80 0 24 24 16 0 27 40
Octal 307 200 200 0 44 44 26 0 47 100
Binary 11000111 10000000 10000000 0 100100 100100 10110 0 100111 1000000

Color Harmonies of #C78080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78080

Black with #C78080

Text Example


Text Example

White with #C78080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78080; }

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

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

background-color css

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

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

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

border-color css

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

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

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