Html Css Color HEX #C7938B Oriental Pink

📋 copy color: '#C7938B'

red 199 ◦ green 147 ◦ blue 139

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

Shades of Oriental Pink #C7938B

Tints of Oriental Pink #C7938B

RGB

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

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

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

R = 41.03%
G = 30.31%
B = 28.66%

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

#C7938B (or 0xC7938B) is known color: Oriental Pink. HEX triplet: C7, 93 and 8B. RGB value is (199,147,139). Sum of RGB (Red+Green+Blue) = 199+147+139=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7938B is #386C74. Grayscale: #A1A1A1. Windows color (decimal): -3697781 or 9147335. OLE color: 9147335.

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

Color convert

RGB 199 147 139 -
CMYK 0 0.26 0.30 0.22
HSL 0.35% 0.66% -
HSV(B) 0.3% 0.78% -
XYZ 38.65 34.87 29.12 -
YUV 161.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 199 147 139 0 0.26 0.30 0.22 8 0.35 0.66
Hex C7 93 8B 0 1A 1E 16 8 23 42
Octal 307 223 213 0 32 36 26 10 43 102
Binary 11000111 10010011 10001011 0 11010 11110 10110 1000 100011 1000010

Color Harmonies of #C7938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7938B

Black with #C7938B

Text Example


Text Example

White with #C7938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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