Html Css Color HEX #C69791 Quicksand

📋 copy color: '#C69791'

red 198 ◦ green 151 ◦ blue 145

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

Shades of Quicksand #C69791

Tints of Quicksand #C69791

RGB

 RED value IS 198 (77.73% from 255) = 40.08%

 GREEN value IS 151 (59.38% from 255) = 30.57%

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 40.08%
G = 30.57%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C69791 (or 0xC69791) is known color: Quicksand. HEX triplet: C6, 97 and 91. RGB value is (198,151,145). Sum of RGB (Red+Green+Blue) = 198+151+145=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69791 is #39686E. Grayscale: #A4A4A4. Windows color (decimal): -3762287 or 9541574. OLE color: 9541574.

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

Color convert

RGB 198 151 145 -
CMYK 0 0.24 0.27 0.22
HSL 6.79º 0.32% 0.67% -
HSV(B) 6.79º 0.27% 0.78% -
XYZ 39.47 36.18 31.69 -
YUV 164.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 198 151 145 0 0.24 0.27 0.22 6.79 0.32 0.67
Hex C6 97 91 0 18 1B 16 7 20 43
Octal 306 227 221 0 30 33 26 7 40 103
Binary 11000110 10010111 10010001 0 11000 11011 10110 111 100000 1000011

Color Harmonies of #C69791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69791

Black with #C69791

Text Example


Text Example

White with #C69791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69791; }

 p { color: rgb(198,151,145); }

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

background-color css

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

 a { background-color: rgb(198,151,145); }

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

border-color css

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

 span { border-color: rgb(198,151,145); }

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