Html Css Color HEX #CB968D Quicksand

📋 copy color: '#CB968D'

red 203 ◦ green 150 ◦ blue 141

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

Shades of Quicksand #CB968D

Tints of Quicksand #CB968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 41.09%
G = 30.36%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB968D (or 0xCB968D) is known color: Quicksand. HEX triplet: CB, 96 and 8D. RGB value is (203,150,141). Sum of RGB (Red+Green+Blue) = 203+150+141=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB968D is #346972. Grayscale: #A4A4A4. Windows color (decimal): -3434867 or 9279179. OLE color: 9279179.

HSL color Cylindrical-coordinate representation of color #CB968D: hue angle of 8.71º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB968D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 141 -
CMYK 0 0.26 0.31 0.20
HSL 8.71º 0.37% 0.67% -
HSV(B) 8.71º 0.31% 0.8% -
XYZ 40.34 36.43 30.11 -
YUV 164.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 203 150 141 0 0.26 0.31 0.20 8.71 0.37 0.67
Hex CB 96 8D 0 1A 1F 14 9 25 43
Octal 313 226 215 0 32 37 24 11 45 103
Binary 11001011 10010110 10001101 0 11010 11111 10100 1001 100101 1000011

Color Harmonies of #CB968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB968D

Black with #CB968D

Text Example


Text Example

White with #CB968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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