Html Css Color HEX #C89B8A Quicksand

📋 copy color: '#C89B8A'

red 200 ◦ green 155 ◦ blue 138

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

Shades of Quicksand #C89B8A

Tints of Quicksand #C89B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 40.57%
G = 31.44%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C89B8A (or 0xC89B8A) is known color: Quicksand. HEX triplet: C8, 9B and 8A. RGB value is (200,155,138). Sum of RGB (Red+Green+Blue) = 200+155+138=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B8A is #376475. Grayscale: #A6A6A6. Windows color (decimal): -3630198 or 9083848. OLE color: 9083848.

HSL color Cylindrical-coordinate representation of color #C89B8A: hue angle of 16.45º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C89B8A is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 155 138 -
CMYK 0 0.22 0.31 0.22
HSL 16.45º 0.36% 0.66% -
HSV(B) 16.45º 0.31% 0.78% -
XYZ 40.13 37.56 29.18 -
YUV 166.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 200 155 138 0 0.22 0.31 0.22 16.45 0.36 0.66
Hex C8 9B 8A 0 16 1F 16 10 24 42
Octal 310 233 212 0 26 37 26 20 44 102
Binary 11001000 10011011 10001010 0 10110 11111 10110 10000 100100 1000010

Color Harmonies of #C89B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B8A

Black with #C89B8A

Text Example


Text Example

White with #C89B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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