Html Css Color HEX #C69A95 Quicksand

📋 copy color: '#C69A95'

red 198 ◦ green 154 ◦ blue 149

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

Shades of Quicksand #C69A95

Tints of Quicksand #C69A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 39.52%
G = 30.74%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C69A95 (or 0xC69A95) is known color: Quicksand. HEX triplet: C6, 9A and 95. RGB value is (198,154,149). Sum of RGB (Red+Green+Blue) = 198+154+149=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69A95 is #39656A. Grayscale: #A6A6A6. Windows color (decimal): -3761515 or 9804486. OLE color: 9804486.

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

Color convert

RGB 198 154 149 -
CMYK 0 0.22 0.25 0.22
HSL 6.12º 0.3% 0.68% -
HSV(B) 6.12º 0.25% 0.78% -
XYZ 40.27 37.29 33.51 -
YUV 166.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 198 154 149 0 0.22 0.25 0.22 6.12 0.3 0.68
Hex C6 9A 95 0 16 19 16 6 1E 44
Octal 306 232 225 0 26 31 26 6 36 104
Binary 11000110 10011010 10010101 0 10110 11001 10110 110 11110 1000100

Color Harmonies of #C69A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A95

Black with #C69A95

Text Example


Text Example

White with #C69A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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