Html Css Color HEX #C7948E Oriental Pink

📋 copy color: '#C7948E'

red 199 ◦ green 148 ◦ blue 142

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

Shades of Oriental Pink #C7948E

Tints of Oriental Pink #C7948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.27%

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

R = 40.7%
G = 30.27%
B = 29.04%

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

#C7948E (or 0xC7948E) is known color: Oriental Pink. HEX triplet: C7, 94 and 8E. RGB value is (199,148,142). Sum of RGB (Red+Green+Blue) = 199+148+142=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948E is #386B71. Grayscale: #A2A2A2. Windows color (decimal): -3697522 or 9344199. OLE color: 9344199.

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

Color convert

RGB 199 148 142 -
CMYK 0 0.26 0.29 0.22
HSL 6.32º 0.34% 0.67% -
HSV(B) 6.32º 0.29% 0.78% -
XYZ 39.03 35.27 30.34 -
YUV 162.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 199 148 142 0 0.26 0.29 0.22 6.32 0.34 0.67
Hex C7 94 8E 0 1A 1D 16 6 22 43
Octal 307 224 216 0 32 35 26 6 42 103
Binary 11000111 10010100 10001110 0 11010 11101 10110 110 100010 1000011

Color Harmonies of #C7948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7948E

Black with #C7948E

Text Example


Text Example

White with #C7948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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