Html Css Color HEX #C0948A Quicksand

📋 copy color: '#C0948A'

red 192 ◦ green 148 ◦ blue 138

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

Shades of Quicksand #C0948A

Tints of Quicksand #C0948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

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

R = 40.17%
G = 30.96%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0948A (or 0xC0948A) is known color: Quicksand. HEX triplet: C0, 94 and 8A. RGB value is (192,148,138). Sum of RGB (Red+Green+Blue) = 192+148+138=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0948A is #3F6B75. Grayscale: #A0A0A0. Windows color (decimal): -4156278 or 9082048. OLE color: 9082048.

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

Color convert

RGB 192 148 138 -
CMYK 0 0.23 0.28 0.25
HSL 11.11º 0.3% 0.65% -
HSV(B) 11.11º 0.28% 0.75% -
XYZ 36.92 34.22 28.7 -
YUV 160.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 192 148 138 0 0.23 0.28 0.25 11.11 0.3 0.65
Hex C0 94 8A 0 17 1C 19 B 1E 41
Octal 300 224 212 0 27 34 31 13 36 101
Binary 11000000 10010100 10001010 0 10111 11100 11001 1011 11110 1000001

Color Harmonies of #C0948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0948A

Black with #C0948A

Text Example


Text Example

White with #C0948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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