Html Css Color HEX #C7A47F Rodeo Dust

📋 copy color: '#C7A47F'

red 199 ◦ green 164 ◦ blue 127

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

Shades of Rodeo Dust #C7A47F

Tints of Rodeo Dust #C7A47F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

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

R = 40.61%
G = 33.47%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7A47F (or 0xC7A47F) is known color: Rodeo Dust. HEX triplet: C7, A4 and 7F. RGB value is (199,164,127). Sum of RGB (Red+Green+Blue) = 199+164+127=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A47F is #385B80. Grayscale: #AAAAAA. Windows color (decimal): -3693441 or 8365255. OLE color: 8365255.

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

Color convert

RGB 199 164 127 -
CMYK 0 0.18 0.36 0.22
HSL 30.83º 0.39% 0.64% -
HSV(B) 30.83º 0.36% 0.78% -
XYZ 40.66 40.23 25.7 -
YUV 170.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 199 164 127 0 0.18 0.36 0.22 30.83 0.39 0.64
Hex C7 A4 7F 0 12 24 16 1F 27 40
Octal 307 244 177 0 22 44 26 37 47 100
Binary 11000111 10100100 1111111 0 10010 100100 10110 11111 100111 1000000

Color Harmonies of #C7A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A47F

Black with #C7A47F

Text Example


Text Example

White with #C7A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A47F; }

 p { color: rgb(199,164,127); }

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

background-color css

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

 a { background-color: rgb(199,164,127); }

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

border-color css

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

 span { border-color: rgb(199,164,127); }

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