Html Css Color HEX #C0938E Oriental Pink

📋 copy color: '#C0938E'

red 192 ◦ green 147 ◦ blue 142

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

Shades of Oriental Pink #C0938E

Tints of Oriental Pink #C0938E

RGB

 RED value IS 192 (75.39% from 255) = 39.92%

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

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

R = 39.92%
G = 30.56%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0938E (or 0xC0938E) is known color: Oriental Pink. HEX triplet: C0, 93 and 8E. RGB value is (192,147,142). Sum of RGB (Red+Green+Blue) = 192+147+142=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0938E is #3F6C71. Grayscale: #9F9F9F. Windows color (decimal): -4156530 or 9343936. OLE color: 9343936.

HSL color Cylindrical-coordinate representation of color #C0938E: hue angle of 6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0938E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 142 -
CMYK 0 0.23 0.26 0.25
HSL 0.28% 0.65% -
HSV(B) 0.26% 0.75% -
XYZ 37.05 34.03 30.21 -
YUV 159.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 192 147 142 0 0.23 0.26 0.25 6 0.28 0.65
Hex C0 93 8E 0 17 1A 19 6 1C 41
Octal 300 223 216 0 27 32 31 6 34 101
Binary 11000000 10010011 10001110 0 10111 11010 11001 110 11100 1000001

Color Harmonies of #C0938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0938E

Black with #C0938E

Text Example


Text Example

White with #C0938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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