Html Css Color HEX #C5928B Oriental Pink

📋 copy color: '#C5928B'

red 197 ◦ green 146 ◦ blue 139

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

Shades of Oriental Pink #C5928B

Tints of Oriental Pink #C5928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 40.87%
G = 30.29%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5928B (or 0xC5928B) is known color: Oriental Pink. HEX triplet: C5, 92 and 8B. RGB value is (197,146,139). Sum of RGB (Red+Green+Blue) = 197+146+139=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5928B is #3A6D74. Grayscale: #A0A0A0. Windows color (decimal): -3829109 or 9147077. OLE color: 9147077.

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

Color convert

RGB 197 146 139 -
CMYK 0 0.26 0.29 0.23
HSL 7.24º 0.33% 0.66% -
HSV(B) 7.24º 0.29% 0.77% -
XYZ 37.97 34.29 29.04 -
YUV 160.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 197 146 139 0 0.26 0.29 0.23 7.24 0.33 0.66
Hex C5 92 8B 0 1A 1D 17 7 21 42
Octal 305 222 213 0 32 35 27 7 41 102
Binary 11000101 10010010 10001011 0 11010 11101 10111 111 100001 1000010

Color Harmonies of #C5928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5928B

Black with #C5928B

Text Example


Text Example

White with #C5928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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