Html Css Color HEX #C89088 Oriental Pink

📋 copy color: '#C89088'

red 200 ◦ green 144 ◦ blue 136

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

Shades of Oriental Pink #C89088

Tints of Oriental Pink #C89088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 41.67%
G = 30%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C89088 (or 0xC89088) is known color: Oriental Pink. HEX triplet: C8, 90 and 88. RGB value is (200,144,136). Sum of RGB (Red+Green+Blue) = 200+144+136=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C89088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89088 is #376F77. Grayscale: #9F9F9F. Windows color (decimal): -3633016 or 8949960. OLE color: 8949960.

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

Color convert

RGB 200 144 136 -
CMYK 0 0.28 0.32 0.22
HSL 7.5º 0.37% 0.66% -
HSV(B) 7.5º 0.32% 0.78% -
XYZ 38.24 34 27.84 -
YUV 159.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 200 144 136 0 0.28 0.32 0.22 7.5 0.37 0.66
Hex C8 90 88 0 1C 20 16 8 25 42
Octal 310 220 210 0 34 40 26 10 45 102
Binary 11001000 10010000 10001000 0 11100 100000 10110 1000 100101 1000010

Color Harmonies of #C89088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89088

Black with #C89088

Text Example


Text Example

White with #C89088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89088; }

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

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

background-color css

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

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

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

border-color css

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

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

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