Html Css Color HEX #C0968A Quicksand

📋 copy color: '#C0968A'

red 192 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #C0968A

Tints of Quicksand #C0968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 40%
G = 31.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0968A (or 0xC0968A) is known color: Quicksand. HEX triplet: C0, 96 and 8A. RGB value is (192,150,138). Sum of RGB (Red+Green+Blue) = 192+150+138=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0968A is #3F6975. Grayscale: #A1A1A1. Windows color (decimal): -4155766 or 9082560. OLE color: 9082560.

HSL color Cylindrical-coordinate representation of color #C0968A: hue angle of 13.33º 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 #C0968A is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 138 -
CMYK 0 0.22 0.28 0.25
HSL 13.33º 0.3% 0.65% -
HSV(B) 13.33º 0.28% 0.75% -
XYZ 37.23 34.85 28.81 -
YUV 161.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 192 150 138 0 0.22 0.28 0.25 13.33 0.3 0.65
Hex C0 96 8A 0 16 1C 19 D 1E 41
Octal 300 226 212 0 26 34 31 15 36 101
Binary 11000000 10010110 10001010 0 10110 11100 11001 1101 11110 1000001

Color Harmonies of #C0968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0968A

Black with #C0968A

Text Example


Text Example

White with #C0968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0968A; }

 p { color: rgb(192,150,138); }

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

background-color css

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

 a { background-color: rgb(192,150,138); }

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

border-color css

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

 span { border-color: rgb(192,150,138); }

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