Html Css Color HEX #C7938E Oriental Pink

📋 copy color: '#C7938E'

red 199 ◦ green 147 ◦ blue 142

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

Shades of Oriental Pink #C7938E

Tints of Oriental Pink #C7938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.1%

R = 40.78%
G = 30.12%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7938E (or 0xC7938E) is known color: Oriental Pink. HEX triplet: C7, 93 and 8E. RGB value is (199,147,142). Sum of RGB (Red+Green+Blue) = 199+147+142=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7938E is #386C71. Grayscale: #A2A2A2. Windows color (decimal): -3697778 or 9343943. OLE color: 9343943.

HSL color Cylindrical-coordinate representation of color #C7938E: hue angle of 5.26º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7938E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 147 142 -
CMYK 0 0.26 0.29 0.22
HSL 5.26º 0.34% 0.67% -
HSV(B) 5.26º 0.29% 0.78% -
XYZ 38.87 34.96 30.29 -
YUV 161.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 199 147 142 0 0.26 0.29 0.22 5.26 0.34 0.67
Hex C7 93 8E 0 1A 1D 16 5 22 43
Octal 307 223 216 0 32 35 26 5 42 103
Binary 11000111 10010011 10001110 0 11010 11101 10110 101 100010 1000011

Color Harmonies of #C7938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7938E

Black with #C7938E

Text Example


Text Example

White with #C7938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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