Html Css Color HEX #C89080 Oriental Pink

📋 copy color: '#C89080'

red 200 ◦ green 144 ◦ blue 128

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

Shades of Oriental Pink #C89080

Tints of Oriental Pink #C89080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.51%

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

R = 42.37%
G = 30.51%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C89080 (or 0xC89080) is known color: Oriental Pink. HEX triplet: C8, 90 and 80. RGB value is (200,144,128). Sum of RGB (Red+Green+Blue) = 200+144+128=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C89080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89080 is #376F7F. Grayscale: #9F9F9F. Windows color (decimal): -3633024 or 8425672. OLE color: 8425672.

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

Color convert

RGB 200 144 128 -
CMYK 0 0.28 0.36 0.22
HSL 13.33º 0.4% 0.64% -
HSV(B) 13.33º 0.36% 0.78% -
XYZ 37.69 33.78 24.96 -
YUV 158.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 200 144 128 0 0.28 0.36 0.22 13.33 0.4 0.64
Hex C8 90 80 0 1C 24 16 D 28 40
Octal 310 220 200 0 34 44 26 15 50 100
Binary 11001000 10010000 10000000 0 11100 100100 10110 1101 101000 1000000

Color Harmonies of #C89080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89080

Black with #C89080

Text Example


Text Example

White with #C89080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89080; }

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

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

background-color css

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

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

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

border-color css

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

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

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