Html Css Color HEX #C4927A Pale Taupe

📋 copy color: '#C4927A'

red 196 ◦ green 146 ◦ blue 122

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

Shades of Pale Taupe #C4927A

Tints of Pale Taupe #C4927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 42.24%
G = 31.47%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4927A (or 0xC4927A) is known color: Pale Taupe. HEX triplet: C4, 92 and 7A. RGB value is (196,146,122). Sum of RGB (Red+Green+Blue) = 196+146+122=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4927A is #3B6D85. Grayscale: #9E9E9E. Windows color (decimal): -3894662 or 8032964. OLE color: 8032964.

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

Color convert

RGB 196 146 122 -
CMYK 0 0.26 0.38 0.23
HSL 19.46º 0.39% 0.62% -
HSV(B) 19.46º 0.38% 0.77% -
XYZ 36.56 33.7 22.99 -
YUV 158.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 196 146 122 0 0.26 0.38 0.23 19.46 0.39 0.62
Hex C4 92 7A 0 1A 26 17 13 27 3E
Octal 304 222 172 0 32 46 27 23 47 76
Binary 11000100 10010010 1111010 0 11010 100110 10111 10011 100111 111110

Color Harmonies of #C4927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4927A

Black with #C4927A

Text Example


Text Example

White with #C4927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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