Html Css Color HEX #C8968D Quicksand

📋 copy color: '#C8968D'

red 200 ◦ green 150 ◦ blue 141

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

Shades of Quicksand #C8968D

Tints of Quicksand #C8968D

RGB

 RED value IS 200 (78.52% from 255) = 40.73%

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

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

R = 40.73%
G = 30.55%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8968D (or 0xC8968D) is known color: Quicksand. HEX triplet: C8, 96 and 8D. RGB value is (200,150,141). Sum of RGB (Red+Green+Blue) = 200+150+141=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8968D is #376972. Grayscale: #A4A4A4. Windows color (decimal): -3631475 or 9279176. OLE color: 9279176.

HSL color Cylindrical-coordinate representation of color #C8968D: hue angle of 9.15º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8968D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 141 -
CMYK 0 0.25 0.29 0.22
HSL 9.15º 0.35% 0.67% -
HSV(B) 9.15º 0.3% 0.78% -
XYZ 39.53 36.02 30.07 -
YUV 163.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 200 150 141 0 0.25 0.29 0.22 9.15 0.35 0.67
Hex C8 96 8D 0 19 1D 16 9 23 43
Octal 310 226 215 0 31 35 26 11 43 103
Binary 11001000 10010110 10001101 0 11001 11101 10110 1001 100011 1000011

Color Harmonies of #C8968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8968D

Black with #C8968D

Text Example


Text Example

White with #C8968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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