Html Css Color HEX #C88988 Oriental Pink

📋 copy color: '#C88988'

red 200 ◦ green 137 ◦ blue 136

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

Shades of Oriental Pink #C88988

Tints of Oriental Pink #C88988

RGB

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

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

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

R = 42.28%
G = 28.96%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88988 (or 0xC88988) is known color: Oriental Pink. HEX triplet: C8, 89 and 88. RGB value is (200,137,136). Sum of RGB (Red+Green+Blue) = 200+137+136=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C88988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88988 is #377677. Grayscale: #9B9B9B. Windows color (decimal): -3634808 or 8948168. OLE color: 8948168.

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

Color convert

RGB 200 137 136 -
CMYK 0 0.32 0.32 0.22
HSL 0.94º 0.37% 0.66% -
HSV(B) 0.94º 0.32% 0.78% -
XYZ 37.21 31.95 27.5 -
YUV 155.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 200 137 136 0 0.32 0.32 0.22 0.94 0.37 0.66
Hex C8 89 88 0 20 20 16 1 25 42
Octal 310 211 210 0 40 40 26 1 45 102
Binary 11001000 10001001 10001000 0 100000 100000 10110 1 100101 1000010

Color Harmonies of #C88988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88988

Black with #C88988

Text Example


Text Example

White with #C88988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88988; }

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

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

background-color css

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

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

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

border-color css

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

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

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