Html Css Color HEX #C9938E Oriental Pink

📋 copy color: '#C9938E'

red 201 ◦ green 147 ◦ blue 142

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

Shades of Oriental Pink #C9938E

Tints of Oriental Pink #C9938E

RGB

 RED value IS 201 (78.91% from 255) = 41.02%

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

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 41.02%
G = 30%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9938E (or 0xC9938E) is known color: Oriental Pink. HEX triplet: C9, 93 and 8E. RGB value is (201,147,142). Sum of RGB (Red+Green+Blue) = 201+147+142=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9938E is #366C71. Grayscale: #A2A2A2. Windows color (decimal): -3566706 or 9343945. OLE color: 9343945.

HSL color Cylindrical-coordinate representation of color #C9938E: hue angle of 5.08º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9938E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 142 -
CMYK 0 0.27 0.29 0.21
HSL 5.08º 0.35% 0.67% -
HSV(B) 5.08º 0.29% 0.79% -
XYZ 39.4 35.24 30.32 -
YUV 162.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 201 147 142 0 0.27 0.29 0.21 5.08 0.35 0.67
Hex C9 93 8E 0 1B 1D 15 5 23 43
Octal 311 223 216 0 33 35 25 5 43 103
Binary 11001001 10010011 10001110 0 11011 11101 10101 101 100011 1000011

Color Harmonies of #C9938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9938E

Black with #C9938E

Text Example


Text Example

White with #C9938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9938E; }

 p { color: rgb(201,147,142); }

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

background-color css

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

 a { background-color: rgb(201,147,142); }

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

border-color css

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

 span { border-color: rgb(201,147,142); }

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