Html Css Color HEX #C8887F Oriental Pink

📋 copy color: '#C8887F'

red 200 ◦ green 136 ◦ blue 127

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

Shades of Oriental Pink #C8887F

Tints of Oriental Pink #C8887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 43.2%
G = 29.37%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8887F (or 0xC8887F) is known color: Oriental Pink. HEX triplet: C8, 88 and 7F. RGB value is (200,136,127). Sum of RGB (Red+Green+Blue) = 200+136+127=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8887F is #377780. Grayscale: #9A9A9A. Windows color (decimal): -3635073 or 8358088. OLE color: 8358088.

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

Color convert

RGB 200 136 127 -
CMYK 0 0.32 0.36 0.22
HSL 7.4º 0.4% 0.64% -
HSV(B) 7.4º 0.37% 0.78% -
XYZ 36.45 31.42 24.22 -
YUV 154.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 200 136 127 0 0.32 0.36 0.22 7.4 0.4 0.64
Hex C8 88 7F 0 20 24 16 7 28 40
Octal 310 210 177 0 40 44 26 7 50 100
Binary 11001000 10001000 1111111 0 100000 100100 10110 111 101000 1000000

Color Harmonies of #C8887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8887F

Black with #C8887F

Text Example


Text Example

White with #C8887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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