Html Css Color HEX #CB9985 Quicksand

📋 copy color: '#CB9985'

red 203 ◦ green 153 ◦ blue 133

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

Shades of Quicksand #CB9985

Tints of Quicksand #CB9985

RGB

 RED value IS 203 (79.69% from 255) = 41.51%

 GREEN value IS 153 (60.16% from 255) = 31.29%

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

R = 41.51%
G = 31.29%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB9985 (or 0xCB9985) is known color: Quicksand. HEX triplet: CB, 99 and 85. RGB value is (203,153,133). Sum of RGB (Red+Green+Blue) = 203+153+133=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9985 is #34667A. Grayscale: #A5A5A5. Windows color (decimal): -3434107 or 8755659. OLE color: 8755659.

HSL color Cylindrical-coordinate representation of color #CB9985: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9985 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 153 133 -
CMYK 0 0.25 0.34 0.20
HSL 17.14º 0.4% 0.66% -
HSV(B) 17.14º 0.34% 0.8% -
XYZ 40.25 37.17 27.24 -
YUV 165.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 203 153 133 0 0.25 0.34 0.20 17.14 0.4 0.66
Hex CB 99 85 0 19 22 14 11 28 42
Octal 313 231 205 0 31 42 24 21 50 102
Binary 11001011 10011001 10000101 0 11001 100010 10100 10001 101000 1000010

Color Harmonies of #CB9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9985

Black with #CB9985

Text Example


Text Example

White with #CB9985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9985; }

 p { color: rgb(203,153,133); }

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

background-color css

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

 a { background-color: rgb(203,153,133); }

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

border-color css

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

 span { border-color: rgb(203,153,133); }

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