Html Css Color HEX #C7A57E Rodeo Dust

📋 copy color: '#C7A57E'

red 199 ◦ green 165 ◦ blue 126

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

Shades of Rodeo Dust #C7A57E

Tints of Rodeo Dust #C7A57E

RGB

 RED value IS 199 (78.13% from 255) = 40.61%

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 126 (49.61% from 255) = 25.71%

R = 40.61%
G = 33.67%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7A57E (or 0xC7A57E) is known color: Rodeo Dust. HEX triplet: C7, A5 and 7E. RGB value is (199,165,126). Sum of RGB (Red+Green+Blue) = 199+165+126=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A57E is #385A81. Grayscale: #AAAAAA. Windows color (decimal): -3693186 or 8299975. OLE color: 8299975.

HSL color Cylindrical-coordinate representation of color #C7A57E: hue angle of 32.05º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7A57E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 165 126 -
CMYK 0 0.17 0.37 0.22
HSL 32.05º 0.39% 0.64% -
HSV(B) 32.05º 0.37% 0.78% -
XYZ 40.77 40.56 25.42 -
YUV 170.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 199 165 126 0 0.17 0.37 0.22 32.05 0.39 0.64
Hex C7 A5 7E 0 11 25 16 20 27 40
Octal 307 245 176 0 21 45 26 40 47 100
Binary 11000111 10100101 1111110 0 10001 100101 10110 100000 100111 1000000

Color Harmonies of #C7A57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A57E

Black with #C7A57E

Text Example


Text Example

White with #C7A57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A57E; }

 p { color: rgb(199,165,126); }

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

background-color css

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

 a { background-color: rgb(199,165,126); }

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

border-color css

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

 span { border-color: rgb(199,165,126); }

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