Html Css Color HEX #C5A694 Rodeo Dust

📋 copy color: '#C5A694'

red 197 ◦ green 166 ◦ blue 148

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

Shades of Rodeo Dust #C5A694

Tints of Rodeo Dust #C5A694

RGB

 RED value IS 197 (77.34% from 255) = 38.55%

 GREEN value IS 166 (65.23% from 255) = 32.49%

 BLUE value IS 148 (58.2% from 255) = 28.96%

R = 38.55%
G = 32.49%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C5A694 (or 0xC5A694) is known color: Rodeo Dust. HEX triplet: C5, A6 and 94. RGB value is (197,166,148). Sum of RGB (Red+Green+Blue) = 197+166+148=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A694 is #3A596B. Grayscale: #ADADAD. Windows color (decimal): -3823980 or 9742021. OLE color: 9742021.

HSL color Cylindrical-coordinate representation of color #C5A694: hue angle of 22.04º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A694 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 148 -
CMYK 0 0.16 0.25 0.23
HSL 22.04º 0.3% 0.68% -
HSV(B) 22.04º 0.25% 0.77% -
XYZ 42.01 41.28 33.77 -
YUV 173.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 197 166 148 0 0.16 0.25 0.23 22.04 0.3 0.68
Hex C5 A6 94 0 10 19 17 16 1E 44
Octal 305 246 224 0 20 31 27 26 36 104
Binary 11000101 10100110 10010100 0 10000 11001 10111 10110 11110 1000100

Color Harmonies of #C5A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A694

Black with #C5A694

Text Example


Text Example

White with #C5A694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A694; }

 p { color: rgb(197,166,148); }

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

background-color css

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

 a { background-color: rgb(197,166,148); }

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

border-color css

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

 span { border-color: rgb(197,166,148); }

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