Html Css Color HEX #C5918A Oriental Pink

📋 copy color: '#C5918A'

red 197 ◦ green 145 ◦ blue 138

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

Shades of Oriental Pink #C5918A

Tints of Oriental Pink #C5918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.21%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 41.04%
G = 30.21%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5918A (or 0xC5918A) is known color: Oriental Pink. HEX triplet: C5, 91 and 8A. RGB value is (197,145,138). Sum of RGB (Red+Green+Blue) = 197+145+138=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5918A is #3A6E75. Grayscale: #9F9F9F. Windows color (decimal): -3829366 or 9081285. OLE color: 9081285.

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

Color convert

RGB 197 145 138 -
CMYK 0 0.26 0.30 0.23
HSL 7.12º 0.34% 0.66% -
HSV(B) 7.12º 0.3% 0.77% -
XYZ 37.74 33.96 28.61 -
YUV 159.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 197 145 138 0 0.26 0.30 0.23 7.12 0.34 0.66
Hex C5 91 8A 0 1A 1E 17 7 22 42
Octal 305 221 212 0 32 36 27 7 42 102
Binary 11000101 10010001 10001010 0 11010 11110 10111 111 100010 1000010

Color Harmonies of #C5918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5918A

Black with #C5918A

Text Example


Text Example

White with #C5918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5918A; }

 p { color: rgb(197,145,138); }

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

background-color css

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

 a { background-color: rgb(197,145,138); }

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

border-color css

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

 span { border-color: rgb(197,145,138); }

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