Html Css Color HEX #C7968A Quicksand

📋 copy color: '#C7968A'

red 199 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #C7968A

Tints of Quicksand #C7968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

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

R = 40.86%
G = 30.8%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7968A (or 0xC7968A) is known color: Quicksand. HEX triplet: C7, 96 and 8A. RGB value is (199,150,138). Sum of RGB (Red+Green+Blue) = 199+150+138=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968A is #386975. Grayscale: #A3A3A3. Windows color (decimal): -3697014 or 9082567. OLE color: 9082567.

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

Color convert

RGB 199 150 138 -
CMYK 0 0.25 0.31 0.22
HSL 11.8º 0.35% 0.66% -
HSV(B) 11.8º 0.31% 0.78% -
XYZ 39.05 35.79 28.89 -
YUV 163.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 199 150 138 0 0.25 0.31 0.22 11.8 0.35 0.66
Hex C7 96 8A 0 19 1F 16 C 23 42
Octal 307 226 212 0 31 37 26 14 43 102
Binary 11000111 10010110 10001010 0 11001 11111 10110 1100 100011 1000010

Color Harmonies of #C7968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7968A

Black with #C7968A

Text Example


Text Example

White with #C7968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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