Html Css Color HEX #C0938B Oriental Pink

📋 copy color: '#C0938B'

red 192 ◦ green 147 ◦ blue 139

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

Shades of Oriental Pink #C0938B

Tints of Oriental Pink #C0938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 40.17%
G = 30.75%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0938B (or 0xC0938B) is known color: Oriental Pink. HEX triplet: C0, 93 and 8B. RGB value is (192,147,139). Sum of RGB (Red+Green+Blue) = 192+147+139=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0938B is #3F6C74. Grayscale: #9F9F9F. Windows color (decimal): -4156533 or 9147328. OLE color: 9147328.

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

Color convert

RGB 192 147 139 -
CMYK 0 0.23 0.28 0.25
HSL 9.06º 0.3% 0.65% -
HSV(B) 9.06º 0.28% 0.75% -
XYZ 36.83 33.94 29.04 -
YUV 159.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 192 147 139 0 0.23 0.28 0.25 9.06 0.3 0.65
Hex C0 93 8B 0 17 1C 19 9 1E 41
Octal 300 223 213 0 27 34 31 11 36 101
Binary 11000000 10010011 10001011 0 10111 11100 11001 1001 11110 1000001

Color Harmonies of #C0938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0938B

Black with #C0938B

Text Example


Text Example

White with #C0938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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