Html Css Color HEX #C88E7F Oriental Pink

📋 copy color: '#C88E7F'

red 200 ◦ green 142 ◦ blue 127

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

Shades of Oriental Pink #C88E7F

Tints of Oriental Pink #C88E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.28%

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

R = 42.64%
G = 30.28%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C88E7F (or 0xC88E7F) is known color: Oriental Pink. HEX triplet: C8, 8E and 7F. RGB value is (200,142,127). Sum of RGB (Red+Green+Blue) = 200+142+127=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E7F is #377180. Grayscale: #9D9D9D. Windows color (decimal): -3633537 or 8359624. OLE color: 8359624.

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

Color convert

RGB 200 142 127 -
CMYK 0 0.29 0.36 0.22
HSL 12.33º 0.4% 0.64% -
HSV(B) 12.33º 0.37% 0.78% -
XYZ 37.32 33.16 24.51 -
YUV 157.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 200 142 127 0 0.29 0.36 0.22 12.33 0.4 0.64
Hex C8 8E 7F 0 1D 24 16 C 28 40
Octal 310 216 177 0 35 44 26 14 50 100
Binary 11001000 10001110 1111111 0 11101 100100 10110 1100 101000 1000000

Color Harmonies of #C88E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E7F

Black with #C88E7F

Text Example


Text Example

White with #C88E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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