Html Css Color HEX #C8887E Oriental Pink

📋 copy color: '#C8887E'

red 200 ◦ green 136 ◦ blue 126

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

Shades of Oriental Pink #C8887E

Tints of Oriental Pink #C8887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.27%

R = 43.29%
G = 29.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8887E (or 0xC8887E) is known color: Oriental Pink. HEX triplet: C8, 88 and 7E. RGB value is (200,136,126). Sum of RGB (Red+Green+Blue) = 200+136+126=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8887E is #377781. Grayscale: #9A9A9A. Windows color (decimal): -3635074 or 8292552. OLE color: 8292552.

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

Color convert

RGB 200 136 126 -
CMYK 0 0.32 0.37 0.22
HSL 8.11º 0.4% 0.64% -
HSV(B) 8.11º 0.37% 0.78% -
XYZ 36.39 31.39 23.88 -
YUV 154 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 200 136 126 0 0.32 0.37 0.22 8.11 0.4 0.64
Hex C8 88 7E 0 20 25 16 8 28 40
Octal 310 210 176 0 40 45 26 10 50 100
Binary 11001000 10001000 1111110 0 100000 100101 10110 1000 101000 1000000

Color Harmonies of #C8887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8887E

Black with #C8887E

Text Example


Text Example

White with #C8887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8887E; }

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

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

background-color css

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

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

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

border-color css

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

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

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