Html Css Color HEX #C7948F Oriental Pink

📋 copy color: '#C7948F'

red 199 ◦ green 148 ◦ blue 143

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

Shades of Oriental Pink #C7948F

Tints of Oriental Pink #C7948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 40.61%
G = 30.2%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7948F (or 0xC7948F) is known color: Oriental Pink. HEX triplet: C7, 94 and 8F. RGB value is (199,148,143). Sum of RGB (Red+Green+Blue) = 199+148+143=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948F is #386B70. Grayscale: #A2A2A2. Windows color (decimal): -3697521 or 9409735. OLE color: 9409735.

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

Color convert

RGB 199 148 143 -
CMYK 0 0.26 0.28 0.22
HSL 5.36º 0.33% 0.67% -
HSV(B) 5.36º 0.28% 0.78% -
XYZ 39.1 35.31 30.74 -
YUV 162.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 199 148 143 0 0.26 0.28 0.22 5.36 0.33 0.67
Hex C7 94 8F 0 1A 1C 16 5 21 43
Octal 307 224 217 0 32 34 26 5 41 103
Binary 11000111 10010100 10001111 0 11010 11100 10110 101 100001 1000011

Color Harmonies of #C7948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7948F

Black with #C7948F

Text Example


Text Example

White with #C7948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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