Html Css Color HEX #CB9688 Quicksand

📋 copy color: '#CB9688'

red 203 ◦ green 150 ◦ blue 136

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

Shades of Quicksand #CB9688

Tints of Quicksand #CB9688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.67%

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

R = 41.51%
G = 30.67%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB9688 (or 0xCB9688) is known color: Quicksand. HEX triplet: CB, 96 and 88. RGB value is (203,150,136). Sum of RGB (Red+Green+Blue) = 203+150+136=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9688 is #346977. Grayscale: #A4A4A4. Windows color (decimal): -3434872 or 8951499. OLE color: 8951499.

HSL color Cylindrical-coordinate representation of color #CB9688: hue angle of 12.54º 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 #CB9688 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 136 -
CMYK 0 0.26 0.33 0.20
HSL 12.54º 0.39% 0.66% -
HSV(B) 12.54º 0.33% 0.8% -
XYZ 39.98 36.29 28.19 -
YUV 164.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 203 150 136 0 0.26 0.33 0.20 12.54 0.39 0.66
Hex CB 96 88 0 1A 21 14 D 27 42
Octal 313 226 210 0 32 41 24 15 47 102
Binary 11001011 10010110 10001000 0 11010 100001 10100 1101 100111 1000010

Color Harmonies of #CB9688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9688

Black with #CB9688

Text Example


Text Example

White with #CB9688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9688; }

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

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

background-color css

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

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

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

border-color css

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

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

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