Html Css Color HEX #CB958D Quicksand

📋 copy color: '#CB958D'

red 203 ◦ green 149 ◦ blue 141

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

Shades of Quicksand #CB958D

Tints of Quicksand #CB958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.22%

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

R = 41.18%
G = 30.22%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB958D (or 0xCB958D) is known color: Quicksand. HEX triplet: CB, 95 and 8D. RGB value is (203,149,141). Sum of RGB (Red+Green+Blue) = 203+149+141=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB958D is #346A72. Grayscale: #A4A4A4. Windows color (decimal): -3435123 or 9278923. OLE color: 9278923.

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

Color convert

RGB 203 149 141 -
CMYK 0 0.27 0.31 0.20
HSL 7.74º 0.37% 0.67% -
HSV(B) 7.74º 0.31% 0.8% -
XYZ 40.18 36.11 30.05 -
YUV 164.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 203 149 141 0 0.27 0.31 0.20 7.74 0.37 0.67
Hex CB 95 8D 0 1B 1F 14 8 25 43
Octal 313 225 215 0 33 37 24 10 45 103
Binary 11001011 10010101 10001101 0 11011 11111 10100 1000 100101 1000011

Color Harmonies of #CB958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB958D

Black with #CB958D

Text Example


Text Example

White with #CB958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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