Html Css Color HEX #C69180 Quicksand

📋 copy color: '#C69180'

red 198 ◦ green 145 ◦ blue 128

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

Shades of Quicksand #C69180

Tints of Quicksand #C69180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.79%

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 42.04%
G = 30.79%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C69180 (or 0xC69180) is known color: Quicksand. HEX triplet: C6, 91 and 80. RGB value is (198,145,128). Sum of RGB (Red+Green+Blue) = 198+145+128=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C69180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69180 is #396E7F. Grayscale: #9F9F9F. Windows color (decimal): -3763840 or 8425926. OLE color: 8425926.

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

Color convert

RGB 198 145 128 -
CMYK 0 0.27 0.35 0.22
HSL 14.57º 0.38% 0.64% -
HSV(B) 14.57º 0.35% 0.78% -
XYZ 37.31 33.82 24.98 -
YUV 158.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 198 145 128 0 0.27 0.35 0.22 14.57 0.38 0.64
Hex C6 91 80 0 1B 23 16 F 26 40
Octal 306 221 200 0 33 43 26 17 46 100
Binary 11000110 10010001 10000000 0 11011 100011 10110 1111 100110 1000000

Color Harmonies of #C69180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69180

Black with #C69180

Text Example


Text Example

White with #C69180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69180; }

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

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

background-color css

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

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

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

border-color css

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

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

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