Html Css Color HEX #CE938A Oriental Pink

📋 copy color: '#CE938A'

red 206 ◦ green 147 ◦ blue 138

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

Shades of Oriental Pink #CE938A

Tints of Oriental Pink #CE938A

RGB

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

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

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

R = 41.96%
G = 29.94%
B = 28.11%

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

#CE938A (or 0xCE938A) is known color: Oriental Pink. HEX triplet: CE, 93 and 8A. RGB value is (206,147,138). Sum of RGB (Red+Green+Blue) = 206+147+138=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE938A is #316C75. Grayscale: #A3A3A3. Windows color (decimal): -3239030 or 9081806. OLE color: 9081806.

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

Color convert

RGB 206 147 138 -
CMYK 0 0.29 0.33 0.19
HSL 7.94º 0.41% 0.67% -
HSV(B) 7.94º 0.33% 0.81% -
XYZ 40.47 35.82 28.83 -
YUV 163.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 206 147 138 0 0.29 0.33 0.19 7.94 0.41 0.67
Hex CE 93 8A 0 1D 21 13 8 29 43
Octal 316 223 212 0 35 41 23 10 51 103
Binary 11001110 10010011 10001010 0 11101 100001 10011 1000 101001 1000011

Color Harmonies of #CE938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE938A

Black with #CE938A

Text Example


Text Example

White with #CE938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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