Html Css Color HEX #C5938C Oriental Pink

📋 copy color: '#C5938C'

red 197 ◦ green 147 ◦ blue 140

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

Shades of Oriental Pink #C5938C

Tints of Oriental Pink #C5938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 40.7%
G = 30.37%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5938C (or 0xC5938C) is known color: Oriental Pink. HEX triplet: C5, 93 and 8C. RGB value is (197,147,140). Sum of RGB (Red+Green+Blue) = 197+147+140=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5938C is #3A6C73. Grayscale: #A1A1A1. Windows color (decimal): -3828852 or 9212869. OLE color: 9212869.

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

Color convert

RGB 197 147 140 -
CMYK 0 0.25 0.29 0.23
HSL 7.37º 0.33% 0.66% -
HSV(B) 7.37º 0.29% 0.77% -
XYZ 38.19 34.63 29.48 -
YUV 161.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 197 147 140 0 0.25 0.29 0.23 7.37 0.33 0.66
Hex C5 93 8C 0 19 1D 17 7 21 42
Octal 305 223 214 0 31 35 27 7 41 102
Binary 11000101 10010011 10001100 0 11001 11101 10111 111 100001 1000010

Color Harmonies of #C5938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5938C

Black with #C5938C

Text Example


Text Example

White with #C5938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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