Html Css Color HEX #C0928C Oriental Pink

📋 copy color: '#C0928C'

red 192 ◦ green 146 ◦ blue 140

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

Shades of Oriental Pink #C0928C

Tints of Oriental Pink #C0928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 40.17%
G = 30.54%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0928C (or 0xC0928C) is known color: Oriental Pink. HEX triplet: C0, 92 and 8C. RGB value is (192,146,140). Sum of RGB (Red+Green+Blue) = 192+146+140=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0928C is #3F6D73. Grayscale: #9F9F9F. Windows color (decimal): -4156788 or 9212608. OLE color: 9212608.

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

Color convert

RGB 192 146 140 -
CMYK 0 0.24 0.27 0.25
HSL 6.92º 0.29% 0.65% -
HSV(B) 6.92º 0.27% 0.75% -
XYZ 36.75 33.66 29.37 -
YUV 159.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 192 146 140 0 0.24 0.27 0.25 6.92 0.29 0.65
Hex C0 92 8C 0 18 1B 19 7 1D 41
Octal 300 222 214 0 30 33 31 7 35 101
Binary 11000000 10010010 10001100 0 11000 11011 11001 111 11101 1000001

Color Harmonies of #C0928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0928C

Black with #C0928C

Text Example


Text Example

White with #C0928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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