Html Css Color HEX #C09287 Quicksand

📋 copy color: '#C09287'

red 192 ◦ green 146 ◦ blue 135

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

Shades of Quicksand #C09287

Tints of Quicksand #C09287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 40.59%
G = 30.87%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C09287 (or 0xC09287) is known color: Quicksand. HEX triplet: C0, 92 and 87. RGB value is (192,146,135). Sum of RGB (Red+Green+Blue) = 192+146+135=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09287 is #3F6D78. Grayscale: #9E9E9E. Windows color (decimal): -4156793 or 8884928. OLE color: 8884928.

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

Color convert

RGB 192 146 135 -
CMYK 0 0.24 0.30 0.25
HSL 11.58º 0.31% 0.64% -
HSV(B) 11.58º 0.3% 0.75% -
XYZ 36.39 33.51 27.47 -
YUV 158.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 192 146 135 0 0.24 0.30 0.25 11.58 0.31 0.64
Hex C0 92 87 0 18 1E 19 C 1F 40
Octal 300 222 207 0 30 36 31 14 37 100
Binary 11000000 10010010 10000111 0 11000 11110 11001 1100 11111 1000000

Color Harmonies of #C09287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09287

Black with #C09287

Text Example


Text Example

White with #C09287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09287; }

 p { color: rgb(192,146,135); }

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

background-color css

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

 a { background-color: rgb(192,146,135); }

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

border-color css

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

 span { border-color: rgb(192,146,135); }

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