Html Css Color HEX #C69C92 Quicksand

📋 copy color: '#C69C92'

red 198 ◦ green 156 ◦ blue 146

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

Shades of Quicksand #C69C92

Tints of Quicksand #C69C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

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

R = 39.6%
G = 31.2%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C69C92 (or 0xC69C92) is known color: Quicksand. HEX triplet: C6, 9C and 92. RGB value is (198,156,146). Sum of RGB (Red+Green+Blue) = 198+156+146=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C92 is #39636D. Grayscale: #A7A7A7. Windows color (decimal): -3761006 or 9608390. OLE color: 9608390.

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

Color convert

RGB 198 156 146 -
CMYK 0 0.21 0.26 0.22
HSL 11.54º 0.31% 0.67% -
HSV(B) 11.54º 0.26% 0.78% -
XYZ 40.37 37.86 32.37 -
YUV 167.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 198 156 146 0 0.21 0.26 0.22 11.54 0.31 0.67
Hex C6 9C 92 0 15 1A 16 C 1F 43
Octal 306 234 222 0 25 32 26 14 37 103
Binary 11000110 10011100 10010010 0 10101 11010 10110 1100 11111 1000011

Color Harmonies of #C69C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C92

Black with #C69C92

Text Example


Text Example

White with #C69C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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