Html Css Color HEX #C9938A Oriental Pink

📋 copy color: '#C9938A'

red 201 ◦ green 147 ◦ blue 138

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

Shades of Oriental Pink #C9938A

Tints of Oriental Pink #C9938A

RGB

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

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

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

R = 41.36%
G = 30.25%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9938A (or 0xC9938A) is known color: Oriental Pink. HEX triplet: C9, 93 and 8A. RGB value is (201,147,138). Sum of RGB (Red+Green+Blue) = 201+147+138=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9938A is #366C75. Grayscale: #A2A2A2. Windows color (decimal): -3566710 or 9081801. OLE color: 9081801.

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

Color convert

RGB 201 147 138 -
CMYK 0 0.27 0.31 0.21
HSL 8.57º 0.37% 0.66% -
HSV(B) 8.57º 0.31% 0.79% -
XYZ 39.11 35.12 28.76 -
YUV 162.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 201 147 138 0 0.27 0.31 0.21 8.57 0.37 0.66
Hex C9 93 8A 0 1B 1F 15 9 25 42
Octal 311 223 212 0 33 37 25 11 45 102
Binary 11001001 10010011 10001010 0 11011 11111 10101 1001 100101 1000010

Color Harmonies of #C9938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9938A

Black with #C9938A

Text Example


Text Example

White with #C9938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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