Html Css Color HEX #C69181 Quicksand

📋 copy color: '#C69181'

red 198 ◦ green 145 ◦ blue 129

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

Shades of Quicksand #C69181

Tints of Quicksand #C69181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.33%

R = 41.95%
G = 30.72%
B = 27.33%

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

#C69181 (or 0xC69181) is known color: Quicksand. HEX triplet: C6, 91 and 81. RGB value is (198,145,129). Sum of RGB (Red+Green+Blue) = 198+145+129=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C69181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69181 is #396E7E. Grayscale: #9F9F9F. Windows color (decimal): -3763839 or 8491462. OLE color: 8491462.

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

Color convert

RGB 198 145 129 -
CMYK 0 0.27 0.35 0.22
HSL 13.91º 0.38% 0.64% -
HSV(B) 13.91º 0.35% 0.78% -
XYZ 37.38 33.84 25.33 -
YUV 159.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 198 145 129 0 0.27 0.35 0.22 13.91 0.38 0.64
Hex C6 91 81 0 1B 23 16 E 26 40
Octal 306 221 201 0 33 43 26 16 46 100
Binary 11000110 10010001 10000001 0 11011 100011 10110 1110 100110 1000000

Color Harmonies of #C69181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69181

Black with #C69181

Text Example


Text Example

White with #C69181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69181; }

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

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

background-color css

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

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

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

border-color css

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

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

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