Html Css Color HEX #C4927F Quicksand

📋 copy color: '#C4927F'

red 196 ◦ green 146 ◦ blue 127

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

Shades of Quicksand #C4927F

Tints of Quicksand #C4927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.13%

 BLUE value IS 127 (50% from 255) = 27.08%

R = 41.79%
G = 31.13%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4927F (or 0xC4927F) is known color: Quicksand. HEX triplet: C4, 92 and 7F. RGB value is (196,146,127). Sum of RGB (Red+Green+Blue) = 196+146+127=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4927F is #3B6D80. Grayscale: #9E9E9E. Windows color (decimal): -3894657 or 8360644. OLE color: 8360644.

HSL color Cylindrical-coordinate representation of color #C4927F: hue angle of 16.52º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4927F is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 127 -
CMYK 0 0.26 0.35 0.23
HSL 16.52º 0.37% 0.63% -
HSV(B) 16.52º 0.35% 0.77% -
XYZ 36.87 33.83 24.66 -
YUV 158.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 196 146 127 0 0.26 0.35 0.23 16.52 0.37 0.63
Hex C4 92 7F 0 1A 23 17 11 25 3F
Octal 304 222 177 0 32 43 27 21 45 77
Binary 11000100 10010010 1111111 0 11010 100011 10111 10001 100101 111111

Color Harmonies of #C4927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4927F

Black with #C4927F

Text Example


Text Example

White with #C4927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4927F; }

 p { color: rgb(196,146,127); }

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

background-color css

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

 a { background-color: rgb(196,146,127); }

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

border-color css

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

 span { border-color: rgb(196,146,127); }

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