Html Css Color HEX #C78180 Oriental Pink

📋 copy color: '#C78180'

red 199 ◦ green 129 ◦ blue 128

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

Shades of Oriental Pink #C78180

Tints of Oriental Pink #C78180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

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

R = 43.64%
G = 28.29%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C78180 (or 0xC78180) is known color: Oriental Pink. HEX triplet: C7, 81 and 80. RGB value is (199,129,128). Sum of RGB (Red+Green+Blue) = 199+129+128=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C78180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78180 is #387E7F. Grayscale: #959595. Windows color (decimal): -3702400 or 8421831. OLE color: 8421831.

HSL color Cylindrical-coordinate representation of color #C78180: hue angle of 0.85º 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 #C78180 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 129 128 -
CMYK 0 0.35 0.36 0.22
HSL 0.85º 0.39% 0.64% -
HSV(B) 0.85º 0.36% 0.78% -
XYZ 35.3 29.4 24.24 -
YUV 149.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 199 129 128 0 0.35 0.36 0.22 0.85 0.39 0.64
Hex C7 81 80 0 23 24 16 1 27 40
Octal 307 201 200 0 43 44 26 1 47 100
Binary 11000111 10000001 10000000 0 100011 100100 10110 1 100111 1000000

Color Harmonies of #C78180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78180

Black with #C78180

Text Example


Text Example

White with #C78180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78180; }

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

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

background-color css

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

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

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

border-color css

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

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

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