Html Css Color HEX #C09483 Quicksand

📋 copy color: '#C09483'

red 192 ◦ green 148 ◦ blue 131

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

Shades of Quicksand #C09483

Tints of Quicksand #C09483

RGB

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

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

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

R = 40.76%
G = 31.42%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C09483 (or 0xC09483) is known color: Quicksand. HEX triplet: C0, 94 and 83. RGB value is (192,148,131). Sum of RGB (Red+Green+Blue) = 192+148+131=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09483 is #3F6B7C. Grayscale: #9F9F9F. Windows color (decimal): -4156285 or 8623296. OLE color: 8623296.

HSL color Cylindrical-coordinate representation of color #C09483: hue angle of 16.72º 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 #C09483 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 131 -
CMYK 0 0.23 0.32 0.25
HSL 16.72º 0.33% 0.63% -
HSV(B) 16.72º 0.32% 0.75% -
XYZ 36.42 34.02 26.12 -
YUV 159.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 192 148 131 0 0.23 0.32 0.25 16.72 0.33 0.63
Hex C0 94 83 0 17 20 19 11 21 3F
Octal 300 224 203 0 27 40 31 21 41 77
Binary 11000000 10010100 10000011 0 10111 100000 11001 10001 100001 111111

Color Harmonies of #C09483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09483

Black with #C09483

Text Example


Text Example

White with #C09483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09483; }

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

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

background-color css

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

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

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

border-color css

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

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

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