Html Css Color HEX #C8938F Oriental Pink

📋 copy color: '#C8938F'

red 200 ◦ green 147 ◦ blue 143

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

Shades of Oriental Pink #C8938F

Tints of Oriental Pink #C8938F

RGB

 RED value IS 200 (78.52% from 255) = 40.82%

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

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

R = 40.82%
G = 30%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8938F (or 0xC8938F) is known color: Oriental Pink. HEX triplet: C8, 93 and 8F. RGB value is (200,147,143). Sum of RGB (Red+Green+Blue) = 200+147+143=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8938F is #376C70. Grayscale: #A2A2A2. Windows color (decimal): -3632241 or 9409480. OLE color: 9409480.

HSL color Cylindrical-coordinate representation of color #C8938F: hue angle of 4.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8938F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 147 143 -
CMYK 0 0.26 0.28 0.22
HSL 4.21º 0.34% 0.67% -
HSV(B) 4.21º 0.29% 0.78% -
XYZ 39.21 35.13 30.7 -
YUV 162.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 200 147 143 0 0.26 0.28 0.22 4.21 0.34 0.67
Hex C8 93 8F 0 1A 1C 16 4 22 43
Octal 310 223 217 0 32 34 26 4 42 103
Binary 11001000 10010011 10001111 0 11010 11100 10110 100 100010 1000011

Color Harmonies of #C8938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8938F

Black with #C8938F

Text Example


Text Example

White with #C8938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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