Html Css Color HEX #C4958A Quicksand

📋 copy color: '#C4958A'

red 196 ◦ green 149 ◦ blue 138

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

Shades of Quicksand #C4958A

Tints of Quicksand #C4958A

RGB

 RED value IS 196 (76.95% from 255) = 40.58%

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

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

R = 40.58%
G = 30.85%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4958A (or 0xC4958A) is known color: Quicksand. HEX triplet: C4, 95 and 8A. RGB value is (196,149,138). Sum of RGB (Red+Green+Blue) = 196+149+138=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4958A is #3B6A75. Grayscale: #A1A1A1. Windows color (decimal): -3893878 or 9082308. OLE color: 9082308.

HSL color Cylindrical-coordinate representation of color #C4958A: hue angle of 11.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4958A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 138 -
CMYK 0 0.24 0.30 0.23
HSL 11.38º 0.33% 0.65% -
HSV(B) 11.38º 0.3% 0.77% -
XYZ 38.1 35.07 28.81 -
YUV 161.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 196 149 138 0 0.24 0.30 0.23 11.38 0.33 0.65
Hex C4 95 8A 0 18 1E 17 B 21 41
Octal 304 225 212 0 30 36 27 13 41 101
Binary 11000100 10010101 10001010 0 11000 11110 10111 1011 100001 1000001

Color Harmonies of #C4958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4958A

Black with #C4958A

Text Example


Text Example

White with #C4958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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