Html Css Color HEX #C88980 Oriental Pink

📋 copy color: '#C88980'

red 200 ◦ green 137 ◦ blue 128

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

Shades of Oriental Pink #C88980

Tints of Oriental Pink #C88980

RGB

 RED value IS 200 (78.52% from 255) = 43.01%

 GREEN value IS 137 (53.91% from 255) = 29.46%

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

R = 43.01%
G = 29.46%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C88980 (or 0xC88980) is known color: Oriental Pink. HEX triplet: C8, 89 and 80. RGB value is (200,137,128). Sum of RGB (Red+Green+Blue) = 200+137+128=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88980 is #37767F. Grayscale: #9A9A9A. Windows color (decimal): -3634816 or 8423880. OLE color: 8423880.

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

Color convert

RGB 200 137 128 -
CMYK 0 0.32 0.36 0.22
HSL 7.5º 0.4% 0.64% -
HSV(B) 7.5º 0.36% 0.78% -
XYZ 36.66 31.73 24.61 -
YUV 154.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 200 137 128 0 0.32 0.36 0.22 7.5 0.4 0.64
Hex C8 89 80 0 20 24 16 8 28 40
Octal 310 211 200 0 40 44 26 10 50 100
Binary 11001000 10001001 10000000 0 100000 100100 10110 1000 101000 1000000

Color Harmonies of #C88980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88980

Black with #C88980

Text Example


Text Example

White with #C88980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88980; }

 p { color: rgb(200,137,128); }

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

background-color css

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

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

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

border-color css

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

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

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