Html Css Color HEX #C09B92 Quicksand

📋 copy color: '#C09B92'

red 192 ◦ green 155 ◦ blue 146

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

Shades of Quicksand #C09B92

Tints of Quicksand #C09B92

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

 BLUE value IS 146 (57.42% from 255) = 29.61%

R = 38.95%
G = 31.44%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09B92 (or 0xC09B92) is known color: Quicksand. HEX triplet: C0, 9B and 92. RGB value is (192,155,146). Sum of RGB (Red+Green+Blue) = 192+155+146=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B92 is #3F646D. Grayscale: #A5A5A5. Windows color (decimal): -4154478 or 9608128. OLE color: 9608128.

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

Color convert

RGB 192 155 146 -
CMYK 0 0.19 0.24 0.25
HSL 11.74º 0.27% 0.66% -
HSV(B) 11.74º 0.24% 0.75% -
XYZ 38.65 36.72 32.25 -
YUV 165.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 192 155 146 0 0.19 0.24 0.25 11.74 0.27 0.66
Hex C0 9B 92 0 13 18 19 C 1B 42
Octal 300 233 222 0 23 30 31 14 33 102
Binary 11000000 10011011 10010010 0 10011 11000 11001 1100 11011 1000010

Color Harmonies of #C09B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B92

Black with #C09B92

Text Example


Text Example

White with #C09B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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