Html Css Color HEX #C0928E Oriental Pink

📋 copy color: '#C0928E'

red 192 ◦ green 146 ◦ blue 142

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

Shades of Oriental Pink #C0928E

Tints of Oriental Pink #C0928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

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

R = 40%
G = 30.42%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0928E (or 0xC0928E) is known color: Oriental Pink. HEX triplet: C0, 92 and 8E. RGB value is (192,146,142). Sum of RGB (Red+Green+Blue) = 192+146+142=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0928E is #3F6D71. Grayscale: #9F9F9F. Windows color (decimal): -4156786 or 9343680. OLE color: 9343680.

HSL color Cylindrical-coordinate representation of color #C0928E: hue angle of 4.8º 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 #C0928E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 142 -
CMYK 0 0.24 0.26 0.25
HSL 4.8º 0.28% 0.65% -
HSV(B) 4.8º 0.26% 0.75% -
XYZ 36.9 33.72 30.15 -
YUV 159.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 192 146 142 0 0.24 0.26 0.25 4.8 0.28 0.65
Hex C0 92 8E 0 18 1A 19 5 1C 41
Octal 300 222 216 0 30 32 31 5 34 101
Binary 11000000 10010010 10001110 0 11000 11010 11001 101 11100 1000001

Color Harmonies of #C0928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0928E

Black with #C0928E

Text Example


Text Example

White with #C0928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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