Html Css Color HEX #CE8F8D Oriental Pink

📋 copy color: '#CE8F8D'

red 206 ◦ green 143 ◦ blue 141

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

Shades of Oriental Pink #CE8F8D

Tints of Oriental Pink #CE8F8D

RGB

 RED value IS 206 (80.86% from 255) = 42.04%

 GREEN value IS 143 (56.25% from 255) = 29.18%

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 42.04%
G = 29.18%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE8F8D (or 0xCE8F8D) is known color: Oriental Pink. HEX triplet: CE, 8F and 8D. RGB value is (206,143,141). Sum of RGB (Red+Green+Blue) = 206+143+141=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F8D is #317072. Grayscale: #A1A1A1. Windows color (decimal): -3240051 or 9277390. OLE color: 9277390.

HSL color Cylindrical-coordinate representation of color #CE8F8D: hue angle of 1.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8F8D is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 141 -
CMYK 0 0.31 0.32 0.19
HSL 1.85º 0.4% 0.68% -
HSV(B) 1.85º 0.32% 0.81% -
XYZ 40.08 34.69 29.78 -
YUV 161.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 206 143 141 0 0.31 0.32 0.19 1.85 0.4 0.68
Hex CE 8F 8D 0 1F 20 13 2 28 44
Octal 316 217 215 0 37 40 23 2 50 104
Binary 11001110 10001111 10001101 0 11111 100000 10011 10 101000 1000100

Color Harmonies of #CE8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F8D

Black with #CE8F8D

Text Example


Text Example

White with #CE8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F8D; }

 p { color: rgb(206,143,141); }

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

background-color css

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

 a { background-color: rgb(206,143,141); }

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

border-color css

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

 span { border-color: rgb(206,143,141); }

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