Html Css Color HEX #C5928E Oriental Pink

📋 copy color: '#C5928E'

red 197 ◦ green 146 ◦ blue 142

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

Shades of Oriental Pink #C5928E

Tints of Oriental Pink #C5928E

RGB

 RED value IS 197 (77.34% from 255) = 40.62%

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

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

R = 40.62%
G = 30.1%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5928E (or 0xC5928E) is known color: Oriental Pink. HEX triplet: C5, 92 and 8E. RGB value is (197,146,142). Sum of RGB (Red+Green+Blue) = 197+146+142=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5928E is #3A6D71. Grayscale: #A0A0A0. Windows color (decimal): -3829106 or 9343685. OLE color: 9343685.

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

Color convert

RGB 197 146 142 -
CMYK 0 0.26 0.28 0.23
HSL 4.36º 0.32% 0.66% -
HSV(B) 4.36º 0.28% 0.77% -
XYZ 38.19 34.38 30.21 -
YUV 160.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 197 146 142 0 0.26 0.28 0.23 4.36 0.32 0.66
Hex C5 92 8E 0 1A 1C 17 4 20 42
Octal 305 222 216 0 32 34 27 4 40 102
Binary 11000101 10010010 10001110 0 11010 11100 10111 100 100000 1000010

Color Harmonies of #C5928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5928E

Black with #C5928E

Text Example


Text Example

White with #C5928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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