Html Css Color HEX #C6A47E Rodeo Dust

📋 copy color: '#C6A47E'

red 198 ◦ green 164 ◦ blue 126

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

Shades of Rodeo Dust #C6A47E

Tints of Rodeo Dust #C6A47E

RGB

 RED value IS 198 (77.73% from 255) = 40.57%

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

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

R = 40.57%
G = 33.61%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6A47E (or 0xC6A47E) is known color: Rodeo Dust. HEX triplet: C6, A4 and 7E. RGB value is (198,164,126). Sum of RGB (Red+Green+Blue) = 198+164+126=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A47E is #395B81. Grayscale: #AAAAAA. Windows color (decimal): -3758978 or 8299718. OLE color: 8299718.

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

Color convert

RGB 198 164 126 -
CMYK 0 0.17 0.36 0.22
HSL 31.67º 0.39% 0.64% -
HSV(B) 31.67º 0.36% 0.78% -
XYZ 40.33 40.06 25.35 -
YUV 169.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 198 164 126 0 0.17 0.36 0.22 31.67 0.39 0.64
Hex C6 A4 7E 0 11 24 16 20 27 40
Octal 306 244 176 0 21 44 26 40 47 100
Binary 11000110 10100100 1111110 0 10001 100100 10110 100000 100111 1000000

Color Harmonies of #C6A47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A47E

Black with #C6A47E

Text Example


Text Example

White with #C6A47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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