Html Css Color HEX #C7938C Oriental Pink

📋 copy color: '#C7938C'

red 199 ◦ green 147 ◦ blue 140

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

Shades of Oriental Pink #C7938C

Tints of Oriental Pink #C7938C

RGB

 RED value IS 199 (78.13% from 255) = 40.95%

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

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

R = 40.95%
G = 30.25%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7938C (or 0xC7938C) is known color: Oriental Pink. HEX triplet: C7, 93 and 8C. RGB value is (199,147,140). Sum of RGB (Red+Green+Blue) = 199+147+140=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7938C is #386C73. Grayscale: #A1A1A1. Windows color (decimal): -3697780 or 9212871. OLE color: 9212871.

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

Color convert

RGB 199 147 140 -
CMYK 0 0.26 0.30 0.22
HSL 7.12º 0.35% 0.66% -
HSV(B) 7.12º 0.3% 0.78% -
XYZ 38.72 34.9 29.51 -
YUV 161.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 199 147 140 0 0.26 0.30 0.22 7.12 0.35 0.66
Hex C7 93 8C 0 1A 1E 16 7 23 42
Octal 307 223 214 0 32 36 26 7 43 102
Binary 11000111 10010011 10001100 0 11010 11110 10110 111 100011 1000010

Color Harmonies of #C7938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7938C

Black with #C7938C

Text Example


Text Example

White with #C7938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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