Html Css Color HEX #C8887D Oriental Pink

📋 copy color: '#C8887D'

red 200 ◦ green 136 ◦ blue 125

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

Shades of Oriental Pink #C8887D

Tints of Oriental Pink #C8887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 43.38%
G = 29.5%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8887D (or 0xC8887D) is known color: Oriental Pink. HEX triplet: C8, 88 and 7D. RGB value is (200,136,125). Sum of RGB (Red+Green+Blue) = 200+136+125=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8887D is #377782. Grayscale: #999999. Windows color (decimal): -3635075 or 8227016. OLE color: 8227016.

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

Color convert

RGB 200 136 125 -
CMYK 0 0.32 0.38 0.22
HSL 8.8º 0.41% 0.64% -
HSV(B) 8.8º 0.38% 0.78% -
XYZ 36.33 31.37 23.54 -
YUV 153.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 200 136 125 0 0.32 0.38 0.22 8.8 0.41 0.64
Hex C8 88 7D 0 20 26 16 9 29 40
Octal 310 210 175 0 40 46 26 11 51 100
Binary 11001000 10001000 1111101 0 100000 100110 10110 1001 101001 1000000

Color Harmonies of #C8887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8887D

Black with #C8887D

Text Example


Text Example

White with #C8887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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