Html Css Color HEX #C5928D Oriental Pink

📋 copy color: '#C5928D'

red 197 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #C5928D

Tints of Oriental Pink #C5928D

RGB

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

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

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

R = 40.7%
G = 30.17%
B = 29.13%

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

#C5928D (or 0xC5928D) is known color: Oriental Pink. HEX triplet: C5, 92 and 8D. RGB value is (197,146,141). Sum of RGB (Red+Green+Blue) = 197+146+141=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5928D is #3A6D72. Grayscale: #A0A0A0. Windows color (decimal): -3829107 or 9278149. OLE color: 9278149.

HSL color Cylindrical-coordinate representation of color #C5928D: hue angle of 5.36º degrees, saturation: 0.33, 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 #C5928D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 146 141 -
CMYK 0 0.26 0.28 0.23
HSL 5.36º 0.33% 0.66% -
HSV(B) 5.36º 0.28% 0.77% -
XYZ 38.11 34.35 29.82 -
YUV 160.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 197 146 141 0 0.26 0.28 0.23 5.36 0.33 0.66
Hex C5 92 8D 0 1A 1C 17 5 21 42
Octal 305 222 215 0 32 34 27 5 41 102
Binary 11000101 10010010 10001101 0 11010 11100 10111 101 100001 1000010

Color Harmonies of #C5928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5928D

Black with #C5928D

Text Example


Text Example

White with #C5928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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