Html Css Color HEX #C0978B Quicksand

📋 copy color: '#C0978B'

red 192 ◦ green 151 ◦ blue 139

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

Shades of Quicksand #C0978B

Tints of Quicksand #C0978B

RGB

 RED value IS 192 (75.39% from 255) = 39.83%

 GREEN value IS 151 (59.38% from 255) = 31.33%

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 39.83%
G = 31.33%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0978B (or 0xC0978B) is known color: Quicksand. HEX triplet: C0, 97 and 8B. RGB value is (192,151,139). Sum of RGB (Red+Green+Blue) = 192+151+139=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0978B is #3F6874. Grayscale: #A1A1A1. Windows color (decimal): -4155509 or 9148352. OLE color: 9148352.

HSL color Cylindrical-coordinate representation of color #C0978B: hue angle of 13.58º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0978B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 139 -
CMYK 0 0.21 0.28 0.25
HSL 13.58º 0.3% 0.65% -
HSV(B) 13.58º 0.28% 0.75% -
XYZ 37.47 35.2 29.25 -
YUV 161.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 192 151 139 0 0.21 0.28 0.25 13.58 0.3 0.65
Hex C0 97 8B 0 15 1C 19 E 1E 41
Octal 300 227 213 0 25 34 31 16 36 101
Binary 11000000 10010111 10001011 0 10101 11100 11001 1110 11110 1000001

Color Harmonies of #C0978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0978B

Black with #C0978B

Text Example


Text Example

White with #C0978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0978B; }

 p { color: rgb(192,151,139); }

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

background-color css

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

 a { background-color: rgb(192,151,139); }

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

border-color css

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

 span { border-color: rgb(192,151,139); }

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