Html Css Color HEX #C7A47D Rodeo Dust

📋 copy color: '#C7A47D'

red 199 ◦ green 164 ◦ blue 125

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

Shades of Rodeo Dust #C7A47D

Tints of Rodeo Dust #C7A47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 40.78%
G = 33.61%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7A47D (or 0xC7A47D) is known color: Rodeo Dust. HEX triplet: C7, A4 and 7D. RGB value is (199,164,125). Sum of RGB (Red+Green+Blue) = 199+164+125=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A47D is #385B82. Grayscale: #AAAAAA. Windows color (decimal): -3693443 or 8234183. OLE color: 8234183.

HSL color Cylindrical-coordinate representation of color #C7A47D: hue angle of 31.62º degrees, saturation: 0.4, 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 #C7A47D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 164 125 -
CMYK 0 0.18 0.37 0.22
HSL 31.62º 0.4% 0.64% -
HSV(B) 31.62º 0.37% 0.78% -
XYZ 40.53 40.17 25.02 -
YUV 170.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 199 164 125 0 0.18 0.37 0.22 31.62 0.4 0.64
Hex C7 A4 7D 0 12 25 16 20 28 40
Octal 307 244 175 0 22 45 26 40 50 100
Binary 11000111 10100100 1111101 0 10010 100101 10110 100000 101000 1000000

Color Harmonies of #C7A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A47D

Black with #C7A47D

Text Example


Text Example

White with #C7A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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