Html Css Color HEX #C0928D Oriental Pink

📋 copy color: '#C0928D'

red 192 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #C0928D

Tints of Oriental Pink #C0928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 40.08%
G = 30.48%
B = 29.44%

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

#C0928D (or 0xC0928D) is known color: Oriental Pink. HEX triplet: C0, 92 and 8D. RGB value is (192,146,141). Sum of RGB (Red+Green+Blue) = 192+146+141=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0928D is #3F6D72. Grayscale: #9F9F9F. Windows color (decimal): -4156787 or 9278144. OLE color: 9278144.

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

Color convert

RGB 192 146 141 -
CMYK 0 0.24 0.27 0.25
HSL 5.88º 0.29% 0.65% -
HSV(B) 5.88º 0.27% 0.75% -
XYZ 36.82 33.69 29.76 -
YUV 159.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 192 146 141 0 0.24 0.27 0.25 5.88 0.29 0.65
Hex C0 92 8D 0 18 1B 19 6 1D 41
Octal 300 222 215 0 30 33 31 6 35 101
Binary 11000000 10010010 10001101 0 11000 11011 11001 110 11101 1000001

Color Harmonies of #C0928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0928D

Black with #C0928D

Text Example


Text Example

White with #C0928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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