Html Css Color HEX #C69992 Quicksand

📋 copy color: '#C69992'

red 198 ◦ green 153 ◦ blue 146

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

Shades of Quicksand #C69992

Tints of Quicksand #C69992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

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

R = 39.84%
G = 30.78%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C69992 (or 0xC69992) is known color: Quicksand. HEX triplet: C6, 99 and 92. RGB value is (198,153,146). Sum of RGB (Red+Green+Blue) = 198+153+146=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C69992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69992 is #39666D. Grayscale: #A5A5A5. Windows color (decimal): -3761774 or 9607622. OLE color: 9607622.

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

Color convert

RGB 198 153 146 -
CMYK 0 0.23 0.26 0.22
HSL 8.08º 0.31% 0.67% -
HSV(B) 8.08º 0.26% 0.78% -
XYZ 39.87 36.86 32.21 -
YUV 165.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 198 153 146 0 0.23 0.26 0.22 8.08 0.31 0.67
Hex C6 99 92 0 17 1A 16 8 1F 43
Octal 306 231 222 0 27 32 26 10 37 103
Binary 11000110 10011001 10010010 0 10111 11010 10110 1000 11111 1000011

Color Harmonies of #C69992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69992

Black with #C69992

Text Example


Text Example

White with #C69992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69992; }

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

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

background-color css

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

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

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

border-color css

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

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

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