Html Css Color HEX #CB9388 Quicksand

📋 copy color: '#CB9388'

red 203 ◦ green 147 ◦ blue 136

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

Shades of Quicksand #CB9388

Tints of Quicksand #CB9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.25%

 BLUE value IS 136 (53.52% from 255) = 27.98%

R = 41.77%
G = 30.25%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB9388 (or 0xCB9388) is known color: Quicksand. HEX triplet: CB, 93 and 88. RGB value is (203,147,136). Sum of RGB (Red+Green+Blue) = 203+147+136=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9388 is #346C77. Grayscale: #A2A2A2. Windows color (decimal): -3435640 or 8950731. OLE color: 8950731.

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

Color convert

RGB 203 147 136 -
CMYK 0 0.28 0.33 0.20
HSL 9.85º 0.39% 0.66% -
HSV(B) 9.85º 0.33% 0.8% -
XYZ 39.51 35.34 28.03 -
YUV 162.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 203 147 136 0 0.28 0.33 0.20 9.85 0.39 0.66
Hex CB 93 88 0 1C 21 14 A 27 42
Octal 313 223 210 0 34 41 24 12 47 102
Binary 11001011 10010011 10001000 0 11100 100001 10100 1010 100111 1000010

Color Harmonies of #CB9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9388

Black with #CB9388

Text Example


Text Example

White with #CB9388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9388; }

 p { color: rgb(203,147,136); }

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

background-color css

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

 a { background-color: rgb(203,147,136); }

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

border-color css

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

 span { border-color: rgb(203,147,136); }

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