Html Css Color HEX #C9938F Oriental Pink

📋 copy color: '#C9938F'

red 201 ◦ green 147 ◦ blue 143

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

Shades of Oriental Pink #C9938F

Tints of Oriental Pink #C9938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 40.94%
G = 29.94%
B = 29.12%

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

#C9938F (or 0xC9938F) is known color: Oriental Pink. HEX triplet: C9, 93 and 8F. RGB value is (201,147,143). Sum of RGB (Red+Green+Blue) = 201+147+143=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9938F is #366C70. Grayscale: #A2A2A2. Windows color (decimal): -3566705 or 9409481. OLE color: 9409481.

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

Color convert

RGB 201 147 143 -
CMYK 0 0.27 0.29 0.21
HSL 4.14º 0.35% 0.67% -
HSV(B) 4.14º 0.29% 0.79% -
XYZ 39.48 35.27 30.71 -
YUV 162.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 201 147 143 0 0.27 0.29 0.21 4.14 0.35 0.67
Hex C9 93 8F 0 1B 1D 15 4 23 43
Octal 311 223 217 0 33 35 25 4 43 103
Binary 11001001 10010011 10001111 0 11011 11101 10101 100 100011 1000011

Color Harmonies of #C9938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9938F

Black with #C9938F

Text Example


Text Example

White with #C9938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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