Html Css Color HEX #C09B93 Quicksand

📋 copy color: '#C09B93'

red 192 ◦ green 155 ◦ blue 147

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

Shades of Quicksand #C09B93

Tints of Quicksand #C09B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 38.87%
G = 31.38%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09B93 (or 0xC09B93) is known color: Quicksand. HEX triplet: C0, 9B and 93. RGB value is (192,155,147). Sum of RGB (Red+Green+Blue) = 192+155+147=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B93 is #3F646C. Grayscale: #A5A5A5. Windows color (decimal): -4154477 or 9673664. OLE color: 9673664.

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

Color convert

RGB 192 155 147 -
CMYK 0 0.19 0.23 0.25
HSL 10.67º 0.26% 0.66% -
HSV(B) 10.67º 0.23% 0.75% -
XYZ 38.73 36.76 32.66 -
YUV 165.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 192 155 147 0 0.19 0.23 0.25 10.67 0.26 0.66
Hex C0 9B 93 0 13 17 19 B 1A 42
Octal 300 233 223 0 23 27 31 13 32 102
Binary 11000000 10011011 10010011 0 10011 10111 11001 1011 11010 1000010

Color Harmonies of #C09B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B93

Black with #C09B93

Text Example


Text Example

White with #C09B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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