Html Css Color HEX #C9938C Oriental Pink

📋 copy color: '#C9938C'

red 201 ◦ green 147 ◦ blue 140

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

Shades of Oriental Pink #C9938C

Tints of Oriental Pink #C9938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 41.19%
G = 30.12%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9938C (or 0xC9938C) is known color: Oriental Pink. HEX triplet: C9, 93 and 8C. RGB value is (201,147,140). Sum of RGB (Red+Green+Blue) = 201+147+140=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9938C is #366C73. Grayscale: #A2A2A2. Windows color (decimal): -3566708 or 9212873. OLE color: 9212873.

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

Color convert

RGB 201 147 140 -
CMYK 0 0.27 0.30 0.21
HSL 6.89º 0.36% 0.67% -
HSV(B) 6.89º 0.3% 0.79% -
XYZ 39.25 35.18 29.53 -
YUV 162.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 201 147 140 0 0.27 0.30 0.21 6.89 0.36 0.67
Hex C9 93 8C 0 1B 1E 15 7 24 43
Octal 311 223 214 0 33 36 25 7 44 103
Binary 11001001 10010011 10001100 0 11011 11110 10101 111 100100 1000011

Color Harmonies of #C9938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9938C

Black with #C9938C

Text Example


Text Example

White with #C9938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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