Html Css Color HEX #C5A792 Rodeo Dust

📋 copy color: '#C5A792'

red 197 ◦ green 167 ◦ blue 146

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

Shades of Rodeo Dust #C5A792

Tints of Rodeo Dust #C5A792

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.75%

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 38.63%
G = 32.75%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C5A792 (or 0xC5A792) is known color: Rodeo Dust. HEX triplet: C5, A7 and 92. RGB value is (197,167,146). Sum of RGB (Red+Green+Blue) = 197+167+146=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A792 is #3A586D. Grayscale: #ADADAD. Windows color (decimal): -3823726 or 9611205. OLE color: 9611205.

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

Color convert

RGB 197 167 146 -
CMYK 0 0.15 0.26 0.23
HSL 24.71º 0.31% 0.67% -
HSV(B) 24.71º 0.26% 0.77% -
XYZ 42.03 41.58 33.01 -
YUV 173.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 197 167 146 0 0.15 0.26 0.23 24.71 0.31 0.67
Hex C5 A7 92 0 F 1A 17 19 1F 43
Octal 305 247 222 0 17 32 27 31 37 103
Binary 11000101 10100111 10010010 0 1111 11010 10111 11001 11111 1000011

Color Harmonies of #C5A792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A792

Black with #C5A792

Text Example


Text Example

White with #C5A792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A792; }

 p { color: rgb(197,167,146); }

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

background-color css

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

 a { background-color: rgb(197,167,146); }

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

border-color css

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

 span { border-color: rgb(197,167,146); }

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