Html Css Color HEX #C7947F Quicksand

📋 copy color: '#C7947F'

red 199 ◦ green 148 ◦ blue 127

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

Shades of Quicksand #C7947F

Tints of Quicksand #C7947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 41.98%
G = 31.22%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7947F (or 0xC7947F) is known color: Quicksand. HEX triplet: C7, 94 and 7F. RGB value is (199,148,127). Sum of RGB (Red+Green+Blue) = 199+148+127=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7947F is #386B80. Grayscale: #A0A0A0. Windows color (decimal): -3697537 or 8361159. OLE color: 8361159.

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

Color convert

RGB 199 148 127 -
CMYK 0 0.26 0.36 0.22
HSL 17.5º 0.39% 0.64% -
HSV(B) 17.5º 0.36% 0.78% -
XYZ 37.97 34.85 24.8 -
YUV 160.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 199 148 127 0 0.26 0.36 0.22 17.5 0.39 0.64
Hex C7 94 7F 0 1A 24 16 12 27 40
Octal 307 224 177 0 32 44 26 22 47 100
Binary 11000111 10010100 1111111 0 11010 100100 10110 10010 100111 1000000

Color Harmonies of #C7947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7947F

Black with #C7947F

Text Example


Text Example

White with #C7947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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