Html Css Color HEX #CB9884 Quicksand

📋 copy color: '#CB9884'

red 203 ◦ green 152 ◦ blue 132

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

Shades of Quicksand #CB9884

Tints of Quicksand #CB9884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.21%

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 41.68%
G = 31.21%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB9884 (or 0xCB9884) is known color: Quicksand. HEX triplet: CB, 98 and 84. RGB value is (203,152,132). Sum of RGB (Red+Green+Blue) = 203+152+132=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9884 is #34677B. Grayscale: #A5A5A5. Windows color (decimal): -3434364 or 8689867. OLE color: 8689867.

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

Color convert

RGB 203 152 132 -
CMYK 0 0.25 0.35 0.20
HSL 16.9º 0.41% 0.66% -
HSV(B) 16.9º 0.35% 0.8% -
XYZ 40.02 36.82 26.83 -
YUV 164.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 203 152 132 0 0.25 0.35 0.20 16.9 0.41 0.66
Hex CB 98 84 0 19 23 14 11 29 42
Octal 313 230 204 0 31 43 24 21 51 102
Binary 11001011 10011000 10000100 0 11001 100011 10100 10001 101001 1000010

Color Harmonies of #CB9884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9884

Black with #CB9884

Text Example


Text Example

White with #CB9884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9884; }

 p { color: rgb(203,152,132); }

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

background-color css

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

 a { background-color: rgb(203,152,132); }

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

border-color css

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

 span { border-color: rgb(203,152,132); }

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