Html Css Color HEX #CE938B Oriental Pink

📋 copy color: '#CE938B'

red 206 ◦ green 147 ◦ blue 139

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

Shades of Oriental Pink #CE938B

Tints of Oriental Pink #CE938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.88%

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

R = 41.87%
G = 29.88%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE938B (or 0xCE938B) is known color: Oriental Pink. HEX triplet: CE, 93 and 8B. RGB value is (206,147,139). Sum of RGB (Red+Green+Blue) = 206+147+139=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE938B is #316C74. Grayscale: #A3A3A3. Windows color (decimal): -3239029 or 9147342. OLE color: 9147342.

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

Color convert

RGB 206 147 139 -
CMYK 0 0.29 0.33 0.19
HSL 7.16º 0.41% 0.68% -
HSV(B) 7.16º 0.33% 0.81% -
XYZ 40.55 35.85 29.21 -
YUV 163.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 206 147 139 0 0.29 0.33 0.19 7.16 0.41 0.68
Hex CE 93 8B 0 1D 21 13 7 29 44
Octal 316 223 213 0 35 41 23 7 51 104
Binary 11001110 10010011 10001011 0 11101 100001 10011 111 101001 1000100

Color Harmonies of #CE938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE938B

Black with #CE938B

Text Example


Text Example

White with #CE938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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