Html Css Color HEX #C2948A Quicksand

📋 copy color: '#C2948A'

red 194 ◦ green 148 ◦ blue 138

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

Shades of Quicksand #C2948A

Tints of Quicksand #C2948A

RGB

 RED value IS 194 (76.17% from 255) = 40.42%

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

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

R = 40.42%
G = 30.83%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2948A (or 0xC2948A) is known color: Quicksand. HEX triplet: C2, 94 and 8A. RGB value is (194,148,138). Sum of RGB (Red+Green+Blue) = 194+148+138=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2948A is #3D6B75. Grayscale: #A0A0A0. Windows color (decimal): -4025206 or 9082050. OLE color: 9082050.

HSL color Cylindrical-coordinate representation of color #C2948A: hue angle of 10.71º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2948A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 148 138 -
CMYK 0 0.24 0.29 0.24
HSL 10.71º 0.31% 0.65% -
HSV(B) 10.71º 0.29% 0.76% -
XYZ 37.43 34.48 28.73 -
YUV 160.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 194 148 138 0 0.24 0.29 0.24 10.71 0.31 0.65
Hex C2 94 8A 0 18 1D 18 B 1F 41
Octal 302 224 212 0 30 35 30 13 37 101
Binary 11000010 10010100 10001010 0 11000 11101 11000 1011 11111 1000001

Color Harmonies of #C2948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2948A

Black with #C2948A

Text Example


Text Example

White with #C2948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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