Html Css Color HEX #C88984 Oriental Pink

📋 copy color: '#C88984'

red 200 ◦ green 137 ◦ blue 132

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

Shades of Oriental Pink #C88984

Tints of Oriental Pink #C88984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.14%

R = 42.64%
G = 29.21%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C88984 (or 0xC88984) is known color: Oriental Pink. HEX triplet: C8, 89 and 84. RGB value is (200,137,132). Sum of RGB (Red+Green+Blue) = 200+137+132=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C88984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88984 is #37767B. Grayscale: #9B9B9B. Windows color (decimal): -3634812 or 8686024. OLE color: 8686024.

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

Color convert

RGB 200 137 132 -
CMYK 0 0.32 0.34 0.22
HSL 4.41º 0.38% 0.65% -
HSV(B) 4.41º 0.34% 0.78% -
XYZ 36.93 31.84 26.03 -
YUV 155.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 200 137 132 0 0.32 0.34 0.22 4.41 0.38 0.65
Hex C8 89 84 0 20 22 16 4 26 41
Octal 310 211 204 0 40 42 26 4 46 101
Binary 11001000 10001001 10000100 0 100000 100010 10110 100 100110 1000001

Color Harmonies of #C88984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88984

Black with #C88984

Text Example


Text Example

White with #C88984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88984; }

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

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

background-color css

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

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

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

border-color css

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

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

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