Html Css Color HEX #C09283 Quicksand

📋 copy color: '#C09283'

red 192 ◦ green 146 ◦ blue 131

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

Shades of Quicksand #C09283

Tints of Quicksand #C09283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 40.94%
G = 31.13%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C09283 (or 0xC09283) is known color: Quicksand. HEX triplet: C0, 92 and 83. RGB value is (192,146,131). Sum of RGB (Red+Green+Blue) = 192+146+131=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C09283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09283 is #3F6D7C. Grayscale: #9E9E9E. Windows color (decimal): -4156797 or 8622784. OLE color: 8622784.

HSL color Cylindrical-coordinate representation of color #C09283: hue angle of 14.75º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09283 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 131 -
CMYK 0 0.24 0.32 0.25
HSL 14.75º 0.33% 0.63% -
HSV(B) 14.75º 0.32% 0.75% -
XYZ 36.11 33.4 26.02 -
YUV 158.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 192 146 131 0 0.24 0.32 0.25 14.75 0.33 0.63
Hex C0 92 83 0 18 20 19 F 21 3F
Octal 300 222 203 0 30 40 31 17 41 77
Binary 11000000 10010010 10000011 0 11000 100000 11001 1111 100001 111111

Color Harmonies of #C09283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09283

Black with #C09283

Text Example


Text Example

White with #C09283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09283; }

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

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

background-color css

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

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

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

border-color css

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

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

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