Html Css Color HEX #C89B85 Quicksand

📋 copy color: '#C89B85'

red 200 ◦ green 155 ◦ blue 133

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

Shades of Quicksand #C89B85

Tints of Quicksand #C89B85

RGB

 RED value IS 200 (78.52% from 255) = 40.98%

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

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 40.98%
G = 31.76%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C89B85 (or 0xC89B85) is known color: Quicksand. HEX triplet: C8, 9B and 85. RGB value is (200,155,133). Sum of RGB (Red+Green+Blue) = 200+155+133=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B85 is #37647A. Grayscale: #A6A6A6. Windows color (decimal): -3630203 or 8756168. OLE color: 8756168.

HSL color Cylindrical-coordinate representation of color #C89B85: hue angle of 19.7º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89B85 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 155 133 -
CMYK 0 0.22 0.34 0.22
HSL 19.7º 0.38% 0.65% -
HSV(B) 19.7º 0.34% 0.78% -
XYZ 39.77 37.42 27.32 -
YUV 165.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 200 155 133 0 0.22 0.34 0.22 19.7 0.38 0.65
Hex C8 9B 85 0 16 22 16 14 26 41
Octal 310 233 205 0 26 42 26 24 46 101
Binary 11001000 10011011 10000101 0 10110 100010 10110 10100 100110 1000001

Color Harmonies of #C89B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B85

Black with #C89B85

Text Example


Text Example

White with #C89B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B85; }

 p { color: rgb(200,155,133); }

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

background-color css

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

 a { background-color: rgb(200,155,133); }

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

border-color css

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

 span { border-color: rgb(200,155,133); }

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