Html Css Color HEX #C5938A Oriental Pink

📋 copy color: '#C5938A'

red 197 ◦ green 147 ◦ blue 138

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

Shades of Oriental Pink #C5938A

Tints of Oriental Pink #C5938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

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

R = 40.87%
G = 30.5%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5938A (or 0xC5938A) is known color: Oriental Pink. HEX triplet: C5, 93 and 8A. RGB value is (197,147,138). Sum of RGB (Red+Green+Blue) = 197+147+138=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5938A is #3A6C75. Grayscale: #A1A1A1. Windows color (decimal): -3828854 or 9081797. OLE color: 9081797.

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

Color convert

RGB 197 147 138 -
CMYK 0 0.25 0.30 0.23
HSL 9.15º 0.34% 0.66% -
HSV(B) 9.15º 0.3% 0.77% -
XYZ 38.05 34.57 28.71 -
YUV 160.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 197 147 138 0 0.25 0.30 0.23 9.15 0.34 0.66
Hex C5 93 8A 0 19 1E 17 9 22 42
Octal 305 223 212 0 31 36 27 11 42 102
Binary 11000101 10010011 10001010 0 11001 11110 10111 1001 100010 1000010

Color Harmonies of #C5938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5938A

Black with #C5938A

Text Example


Text Example

White with #C5938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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