Html Css Color HEX #CE8B8A Oriental Pink

📋 copy color: '#CE8B8A'

red 206 ◦ green 139 ◦ blue 138

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

Shades of Oriental Pink #CE8B8A

Tints of Oriental Pink #CE8B8A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.78%

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 42.65%
G = 28.78%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE8B8A (or 0xCE8B8A) is known color: Oriental Pink. HEX triplet: CE, 8B and 8A. RGB value is (206,139,138). Sum of RGB (Red+Green+Blue) = 206+139+138=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8B8A is #317475. Grayscale: #9E9E9E. Windows color (decimal): -3241078 or 9079758. OLE color: 9079758.

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

Color convert

RGB 206 139 138 -
CMYK 0 0.33 0.33 0.19
HSL 0.88º 0.41% 0.67% -
HSV(B) 0.88º 0.33% 0.81% -
XYZ 39.27 33.42 28.43 -
YUV 158.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 206 139 138 0 0.33 0.33 0.19 0.88 0.41 0.67
Hex CE 8B 8A 0 21 21 13 1 29 43
Octal 316 213 212 0 41 41 23 1 51 103
Binary 11001110 10001011 10001010 0 100001 100001 10011 1 101001 1000011

Color Harmonies of #CE8B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B8A

Black with #CE8B8A

Text Example


Text Example

White with #CE8B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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