Html Css Color HEX #C7948C Oriental Pink

📋 copy color: '#C7948C'

red 199 ◦ green 148 ◦ blue 140

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

Shades of Oriental Pink #C7948C

Tints of Oriental Pink #C7948C

RGB

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

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

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

R = 40.86%
G = 30.39%
B = 28.75%

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

#C7948C (or 0xC7948C) is known color: Oriental Pink. HEX triplet: C7, 94 and 8C. RGB value is (199,148,140). Sum of RGB (Red+Green+Blue) = 199+148+140=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948C is #386B73. Grayscale: #A2A2A2. Windows color (decimal): -3697524 or 9213127. OLE color: 9213127.

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

Color convert

RGB 199 148 140 -
CMYK 0 0.26 0.30 0.22
HSL 8.14º 0.35% 0.66% -
HSV(B) 8.14º 0.3% 0.78% -
XYZ 38.88 35.22 29.56 -
YUV 162.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 199 148 140 0 0.26 0.30 0.22 8.14 0.35 0.66
Hex C7 94 8C 0 1A 1E 16 8 23 42
Octal 307 224 214 0 32 36 26 10 43 102
Binary 11000111 10010100 10001100 0 11010 11110 10110 1000 100011 1000010

Color Harmonies of #C7948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7948C

Black with #C7948C

Text Example


Text Example

White with #C7948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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