Html Css Color HEX #C09482 Quicksand

📋 copy color: '#C09482'

red 192 ◦ green 148 ◦ blue 130

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

Shades of Quicksand #C09482

Tints of Quicksand #C09482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.66%

R = 40.85%
G = 31.49%
B = 27.66%

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

#C09482 (or 0xC09482) is known color: Quicksand. HEX triplet: C0, 94 and 82. RGB value is (192,148,130). Sum of RGB (Red+Green+Blue) = 192+148+130=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C09482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09482 is #3F6B7D. Grayscale: #9F9F9F. Windows color (decimal): -4156286 or 8557760. OLE color: 8557760.

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

Color convert

RGB 192 148 130 -
CMYK 0 0.23 0.32 0.25
HSL 17.42º 0.33% 0.63% -
HSV(B) 17.42º 0.32% 0.75% -
XYZ 36.36 34 25.77 -
YUV 159.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 192 148 130 0 0.23 0.32 0.25 17.42 0.33 0.63
Hex C0 94 82 0 17 20 19 11 21 3F
Octal 300 224 202 0 27 40 31 21 41 77
Binary 11000000 10010100 10000010 0 10111 100000 11001 10001 100001 111111

Color Harmonies of #C09482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09482

Black with #C09482

Text Example


Text Example

White with #C09482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09482; }

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

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

background-color css

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

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

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

border-color css

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

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

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