Html Css Color HEX #C8857D Oriental Pink

📋 copy color: '#C8857D'

red 200 ◦ green 133 ◦ blue 125

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

Shades of Oriental Pink #C8857D

Tints of Oriental Pink #C8857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 43.67%
G = 29.04%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8857D (or 0xC8857D) is known color: Oriental Pink. HEX triplet: C8, 85 and 7D. RGB value is (200,133,125). Sum of RGB (Red+Green+Blue) = 200+133+125=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8857D is #377A82. Grayscale: #989898. Windows color (decimal): -3635843 or 8226248. OLE color: 8226248.

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

Color convert

RGB 200 133 125 -
CMYK 0 0.34 0.38 0.22
HSL 6.4º 0.41% 0.64% -
HSV(B) 6.4º 0.38% 0.78% -
XYZ 35.91 30.54 23.4 -
YUV 152.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 200 133 125 0 0.34 0.38 0.22 6.4 0.41 0.64
Hex C8 85 7D 0 22 26 16 6 29 40
Octal 310 205 175 0 42 46 26 6 51 100
Binary 11001000 10000101 1111101 0 100010 100110 10110 110 101001 1000000

Color Harmonies of #C8857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8857D

Black with #C8857D

Text Example


Text Example

White with #C8857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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