Html Css Color HEX #C69792 Quicksand

📋 copy color: '#C69792'

red 198 ◦ green 151 ◦ blue 146

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

Shades of Quicksand #C69792

Tints of Quicksand #C69792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 40%
G = 30.51%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C69792 (or 0xC69792) is known color: Quicksand. HEX triplet: C6, 97 and 92. RGB value is (198,151,146). Sum of RGB (Red+Green+Blue) = 198+151+146=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69792 is #39686D. Grayscale: #A4A4A4. Windows color (decimal): -3762286 or 9607110. OLE color: 9607110.

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

Color convert

RGB 198 151 146 -
CMYK 0 0.24 0.26 0.22
HSL 5.77º 0.31% 0.67% -
HSV(B) 5.77º 0.26% 0.78% -
XYZ 39.54 36.21 32.1 -
YUV 164.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 198 151 146 0 0.24 0.26 0.22 5.77 0.31 0.67
Hex C6 97 92 0 18 1A 16 6 1F 43
Octal 306 227 222 0 30 32 26 6 37 103
Binary 11000110 10010111 10010010 0 11000 11010 10110 110 11111 1000011

Color Harmonies of #C69792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69792

Black with #C69792

Text Example


Text Example

White with #C69792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69792; }

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

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

background-color css

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

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

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

border-color css

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

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

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