Html Css Color HEX #C69A8E Quicksand

📋 copy color: '#C69A8E'

red 198 ◦ green 154 ◦ blue 142

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

Shades of Quicksand #C69A8E

Tints of Quicksand #C69A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.17%

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 40.08%
G = 31.17%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C69A8E (or 0xC69A8E) is known color: Quicksand. HEX triplet: C6, 9A and 8E. RGB value is (198,154,142). Sum of RGB (Red+Green+Blue) = 198+154+142=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69A8E is #396571. Grayscale: #A5A5A5. Windows color (decimal): -3761522 or 9345734. OLE color: 9345734.

HSL color Cylindrical-coordinate representation of color #C69A8E: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C69A8E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 154 142 -
CMYK 0 0.22 0.28 0.22
HSL 12.86º 0.33% 0.67% -
HSV(B) 12.86º 0.28% 0.78% -
XYZ 39.73 37.07 30.65 -
YUV 165.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 198 154 142 0 0.22 0.28 0.22 12.86 0.33 0.67
Hex C6 9A 8E 0 16 1C 16 D 21 43
Octal 306 232 216 0 26 34 26 15 41 103
Binary 11000110 10011010 10001110 0 10110 11100 10110 1101 100001 1000011

Color Harmonies of #C69A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A8E

Black with #C69A8E

Text Example


Text Example

White with #C69A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A8E; }

 p { color: rgb(198,154,142); }

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

background-color css

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

 a { background-color: rgb(198,154,142); }

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

border-color css

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

 span { border-color: rgb(198,154,142); }

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