Html Css Color HEX #C69892 Quicksand

📋 copy color: '#C69892'

red 198 ◦ green 152 ◦ blue 146

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

Shades of Quicksand #C69892

Tints of Quicksand #C69892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

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

R = 39.92%
G = 30.65%
B = 29.44%

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

#C69892 (or 0xC69892) is known color: Quicksand. HEX triplet: C6, 98 and 92. RGB value is (198,152,146). Sum of RGB (Red+Green+Blue) = 198+152+146=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C69892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69892 is #39676D. Grayscale: #A5A5A5. Windows color (decimal): -3762030 or 9607366. OLE color: 9607366.

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

Color convert

RGB 198 152 146 -
CMYK 0 0.23 0.26 0.22
HSL 6.92º 0.31% 0.67% -
HSV(B) 6.92º 0.26% 0.78% -
XYZ 39.71 36.54 32.15 -
YUV 165.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 198 152 146 0 0.23 0.26 0.22 6.92 0.31 0.67
Hex C6 98 92 0 17 1A 16 7 1F 43
Octal 306 230 222 0 27 32 26 7 37 103
Binary 11000110 10011000 10010010 0 10111 11010 10110 111 11111 1000011

Color Harmonies of #C69892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69892

Black with #C69892

Text Example


Text Example

White with #C69892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69892; }

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

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

background-color css

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

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

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

border-color css

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

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

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