Html Css Color HEX #C2958A Quicksand

📋 copy color: '#C2958A'

red 194 ◦ green 149 ◦ blue 138

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

Shades of Quicksand #C2958A

Tints of Quicksand #C2958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

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

R = 40.33%
G = 30.98%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2958A (or 0xC2958A) is known color: Quicksand. HEX triplet: C2, 95 and 8A. RGB value is (194,149,138). Sum of RGB (Red+Green+Blue) = 194+149+138=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2958A is #3D6A75. Grayscale: #A1A1A1. Windows color (decimal): -4024950 or 9082306. OLE color: 9082306.

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

Color convert

RGB 194 149 138 -
CMYK 0 0.23 0.29 0.24
HSL 11.79º 0.31% 0.65% -
HSV(B) 11.79º 0.29% 0.76% -
XYZ 37.58 34.8 28.78 -
YUV 161.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 194 149 138 0 0.23 0.29 0.24 11.79 0.31 0.65
Hex C2 95 8A 0 17 1D 18 C 1F 41
Octal 302 225 212 0 27 35 30 14 37 101
Binary 11000010 10010101 10001010 0 10111 11101 11000 1100 11111 1000001

Color Harmonies of #C2958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2958A

Black with #C2958A

Text Example


Text Example

White with #C2958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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