Html Css Color HEX #CE8C8B Oriental Pink

📋 copy color: '#CE8C8B'

red 206 ◦ green 140 ◦ blue 139

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

Shades of Oriental Pink #CE8C8B

Tints of Oriental Pink #CE8C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 139 (54.69% from 255) = 28.66%

R = 42.47%
G = 28.87%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE8C8B (or 0xCE8C8B) is known color: Oriental Pink. HEX triplet: CE, 8C and 8B. RGB value is (206,140,139). Sum of RGB (Red+Green+Blue) = 206+140+139=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8C8B is #317374. Grayscale: #9F9F9F. Windows color (decimal): -3240821 or 9145550. OLE color: 9145550.

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

Color convert

RGB 206 140 139 -
CMYK 0 0.32 0.33 0.19
HSL 0.9º 0.41% 0.68% -
HSV(B) 0.9º 0.33% 0.81% -
XYZ 39.49 33.74 28.86 -
YUV 159.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 206 140 139 0 0.32 0.33 0.19 0.9 0.41 0.68
Hex CE 8C 8B 0 20 21 13 1 29 44
Octal 316 214 213 0 40 41 23 1 51 104
Binary 11001110 10001100 10001011 0 100000 100001 10011 1 101001 1000100

Color Harmonies of #CE8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C8B

Black with #CE8C8B

Text Example


Text Example

White with #CE8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C8B; }

 p { color: rgb(206,140,139); }

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

background-color css

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

 a { background-color: rgb(206,140,139); }

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

border-color css

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

 span { border-color: rgb(206,140,139); }

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