Html Css Color HEX #C88880 Oriental Pink

📋 copy color: '#C88880'

red 200 ◦ green 136 ◦ blue 128

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

Shades of Oriental Pink #C88880

Tints of Oriental Pink #C88880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

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

R = 43.1%
G = 29.31%
B = 27.59%

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

#C88880 (or 0xC88880) is known color: Oriental Pink. HEX triplet: C8, 88 and 80. RGB value is (200,136,128). Sum of RGB (Red+Green+Blue) = 200+136+128=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88880 is #37777F. Grayscale: #9A9A9A. Windows color (decimal): -3635072 or 8423624. OLE color: 8423624.

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

Color convert

RGB 200 136 128 -
CMYK 0 0.32 0.36 0.22
HSL 6.67º 0.4% 0.64% -
HSV(B) 6.67º 0.36% 0.78% -
XYZ 36.52 31.45 24.57 -
YUV 154.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 200 136 128 0 0.32 0.36 0.22 6.67 0.4 0.64
Hex C8 88 80 0 20 24 16 7 28 40
Octal 310 210 200 0 40 44 26 7 50 100
Binary 11001000 10001000 10000000 0 100000 100100 10110 111 101000 1000000

Color Harmonies of #C88880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88880

Black with #C88880

Text Example


Text Example

White with #C88880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88880; }

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

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

background-color css

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

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

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

border-color css

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

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

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