Html Css Color HEX #C09A89 Quicksand

📋 copy color: '#C09A89'

red 192 ◦ green 154 ◦ blue 137

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

Shades of Quicksand #C09A89

Tints of Quicksand #C09A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 39.75%
G = 31.88%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C09A89 (or 0xC09A89) is known color: Quicksand. HEX triplet: C0, 9A and 89. RGB value is (192,154,137). Sum of RGB (Red+Green+Blue) = 192+154+137=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A89 is #3F6576. Grayscale: #A3A3A3. Windows color (decimal): -4154743 or 9018048. OLE color: 9018048.

HSL color Cylindrical-coordinate representation of color #C09A89: hue angle of 18.55º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09A89 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 137 -
CMYK 0 0.20 0.29 0.25
HSL 18.55º 0.3% 0.65% -
HSV(B) 18.55º 0.29% 0.75% -
XYZ 37.81 36.12 28.65 -
YUV 163.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 192 154 137 0 0.20 0.29 0.25 18.55 0.3 0.65
Hex C0 9A 89 0 14 1D 19 13 1E 41
Octal 300 232 211 0 24 35 31 23 36 101
Binary 11000000 10011010 10001001 0 10100 11101 11001 10011 11110 1000001

Color Harmonies of #C09A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A89

Black with #C09A89

Text Example


Text Example

White with #C09A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A89; }

 p { color: rgb(192,154,137); }

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

background-color css

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

 a { background-color: rgb(192,154,137); }

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

border-color css

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

 span { border-color: rgb(192,154,137); }

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