Html Css Color HEX #C7948A Quicksand

📋 copy color: '#C7948A'

red 199 ◦ green 148 ◦ blue 138

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

Shades of Quicksand #C7948A

Tints of Quicksand #C7948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 41.03%
G = 30.52%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7948A (or 0xC7948A) is known color: Quicksand. HEX triplet: C7, 94 and 8A. RGB value is (199,148,138). Sum of RGB (Red+Green+Blue) = 199+148+138=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948A is #386B75. Grayscale: #A2A2A2. Windows color (decimal): -3697526 or 9082055. OLE color: 9082055.

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

Color convert

RGB 199 148 138 -
CMYK 0 0.26 0.31 0.22
HSL 9.84º 0.35% 0.66% -
HSV(B) 9.84º 0.31% 0.78% -
XYZ 38.73 35.16 28.79 -
YUV 162.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 199 148 138 0 0.26 0.31 0.22 9.84 0.35 0.66
Hex C7 94 8A 0 1A 1F 16 A 23 42
Octal 307 224 212 0 32 37 26 12 43 102
Binary 11000111 10010100 10001010 0 11010 11111 10110 1010 100011 1000010

Color Harmonies of #C7948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7948A

Black with #C7948A

Text Example


Text Example

White with #C7948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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