Html Css Color HEX #C09488 Quicksand

📋 copy color: '#C09488'

red 192 ◦ green 148 ◦ blue 136

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

Shades of Quicksand #C09488

Tints of Quicksand #C09488

RGB

 RED value IS 192 (75.39% from 255) = 40.34%

 GREEN value IS 148 (58.2% from 255) = 31.09%

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 40.34%
G = 31.09%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C09488 (or 0xC09488) is known color: Quicksand. HEX triplet: C0, 94 and 88. RGB value is (192,148,136). Sum of RGB (Red+Green+Blue) = 192+148+136=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C09488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09488 is #3F6B77. Grayscale: #9F9F9F. Windows color (decimal): -4156280 or 8950976. OLE color: 8950976.

HSL color Cylindrical-coordinate representation of color #C09488: hue angle of 12.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09488 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 136 -
CMYK 0 0.23 0.29 0.25
HSL 12.86º 0.31% 0.64% -
HSV(B) 12.86º 0.29% 0.75% -
XYZ 36.77 34.16 27.95 -
YUV 159.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 192 148 136 0 0.23 0.29 0.25 12.86 0.31 0.64
Hex C0 94 88 0 17 1D 19 D 1F 40
Octal 300 224 210 0 27 35 31 15 37 100
Binary 11000000 10010100 10001000 0 10111 11101 11001 1101 11111 1000000

Color Harmonies of #C09488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09488

Black with #C09488

Text Example


Text Example

White with #C09488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09488; }

 p { color: rgb(192,148,136); }

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

background-color css

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

 a { background-color: rgb(192,148,136); }

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

border-color css

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

 span { border-color: rgb(192,148,136); }

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