Html Css Color HEX #C7907F Quicksand

📋 copy color: '#C7907F'

red 199 ◦ green 144 ◦ blue 127

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

Shades of Quicksand #C7907F

Tints of Quicksand #C7907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

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

R = 42.34%
G = 30.64%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7907F (or 0xC7907F) is known color: Quicksand. HEX triplet: C7, 90 and 7F. RGB value is (199,144,127). Sum of RGB (Red+Green+Blue) = 199+144+127=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7907F is #386F80. Grayscale: #9E9E9E. Windows color (decimal): -3698561 or 8360135. OLE color: 8360135.

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

Color convert

RGB 199 144 127 -
CMYK 0 0.28 0.36 0.22
HSL 14.17º 0.39% 0.64% -
HSV(B) 14.17º 0.36% 0.78% -
XYZ 37.36 33.62 24.6 -
YUV 158.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 199 144 127 0 0.28 0.36 0.22 14.17 0.39 0.64
Hex C7 90 7F 0 1C 24 16 E 27 40
Octal 307 220 177 0 34 44 26 16 47 100
Binary 11000111 10010000 1111111 0 11100 100100 10110 1110 100111 1000000

Color Harmonies of #C7907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7907F

Black with #C7907F

Text Example


Text Example

White with #C7907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7907F; }

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

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

background-color css

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

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

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

border-color css

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

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

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