Html Css Color HEX #C8897D Oriental Pink

📋 copy color: '#C8897D'

red 200 ◦ green 137 ◦ blue 125

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

Shades of Oriental Pink #C8897D

Tints of Oriental Pink #C8897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

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

R = 43.29%
G = 29.65%
B = 27.06%

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

#C8897D (or 0xC8897D) is known color: Oriental Pink. HEX triplet: C8, 89 and 7D. RGB value is (200,137,125). Sum of RGB (Red+Green+Blue) = 200+137+125=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8897D is #377682. Grayscale: #9A9A9A. Windows color (decimal): -3634819 or 8227272. OLE color: 8227272.

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

Color convert

RGB 200 137 125 -
CMYK 0 0.32 0.38 0.22
HSL 9.6º 0.41% 0.64% -
HSV(B) 9.6º 0.38% 0.78% -
XYZ 36.47 31.65 23.59 -
YUV 154.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 200 137 125 0 0.32 0.38 0.22 9.6 0.41 0.64
Hex C8 89 7D 0 20 26 16 A 29 40
Octal 310 211 175 0 40 46 26 12 51 100
Binary 11001000 10001001 1111101 0 100000 100110 10110 1010 101001 1000000

Color Harmonies of #C8897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8897D

Black with #C8897D

Text Example


Text Example

White with #C8897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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