Html Css Color HEX #C7A47E Rodeo Dust

📋 copy color: '#C7A47E'

red 199 ◦ green 164 ◦ blue 126

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

Shades of Rodeo Dust #C7A47E

Tints of Rodeo Dust #C7A47E

RGB

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

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

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

R = 40.7%
G = 33.54%
B = 25.77%

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

#C7A47E (or 0xC7A47E) is known color: Rodeo Dust. HEX triplet: C7, A4 and 7E. RGB value is (199,164,126). Sum of RGB (Red+Green+Blue) = 199+164+126=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A47E is #385B81. Grayscale: #AAAAAA. Windows color (decimal): -3693442 or 8299719. OLE color: 8299719.

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

Color convert

RGB 199 164 126 -
CMYK 0 0.18 0.37 0.22
HSL 31.23º 0.39% 0.64% -
HSV(B) 31.23º 0.37% 0.78% -
XYZ 40.59 40.2 25.36 -
YUV 170.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 199 164 126 0 0.18 0.37 0.22 31.23 0.39 0.64
Hex C7 A4 7E 0 12 25 16 1F 27 40
Octal 307 244 176 0 22 45 26 37 47 100
Binary 11000111 10100100 1111110 0 10010 100101 10110 11111 100111 1000000

Color Harmonies of #C7A47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A47E

Black with #C7A47E

Text Example


Text Example

White with #C7A47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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