Html Css Color HEX #C8867E Oriental Pink

📋 copy color: '#C8867E'

red 200 ◦ green 134 ◦ blue 126

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

Shades of Oriental Pink #C8867E

Tints of Oriental Pink #C8867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.13%

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

R = 43.48%
G = 29.13%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8867E (or 0xC8867E) is known color: Oriental Pink. HEX triplet: C8, 86 and 7E. RGB value is (200,134,126). Sum of RGB (Red+Green+Blue) = 200+134+126=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8867E is #377981. Grayscale: #989898. Windows color (decimal): -3635586 or 8292040. OLE color: 8292040.

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

Color convert

RGB 200 134 126 -
CMYK 0 0.33 0.37 0.22
HSL 6.49º 0.4% 0.64% -
HSV(B) 6.49º 0.37% 0.78% -
XYZ 36.11 30.84 23.79 -
YUV 152.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 200 134 126 0 0.33 0.37 0.22 6.49 0.4 0.64
Hex C8 86 7E 0 21 25 16 6 28 40
Octal 310 206 176 0 41 45 26 6 50 100
Binary 11001000 10000110 1111110 0 100001 100101 10110 110 101000 1000000

Color Harmonies of #C8867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8867E

Black with #C8867E

Text Example


Text Example

White with #C8867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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