Html Css Color HEX #C6A47F Rodeo Dust

📋 copy color: '#C6A47F'

red 198 ◦ green 164 ◦ blue 127

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

Shades of Rodeo Dust #C6A47F

Tints of Rodeo Dust #C6A47F

RGB

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

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

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

R = 40.49%
G = 33.54%
B = 25.97%

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

#C6A47F (or 0xC6A47F) is known color: Rodeo Dust. HEX triplet: C6, A4 and 7F. RGB value is (198,164,127). Sum of RGB (Red+Green+Blue) = 198+164+127=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A47F is #395B80. Grayscale: #AAAAAA. Windows color (decimal): -3758977 or 8365254. OLE color: 8365254.

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

Color convert

RGB 198 164 127 -
CMYK 0 0.17 0.36 0.22
HSL 31.27º 0.38% 0.64% -
HSV(B) 31.27º 0.36% 0.78% -
XYZ 40.39 40.09 25.69 -
YUV 169.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 198 164 127 0 0.17 0.36 0.22 31.27 0.38 0.64
Hex C6 A4 7F 0 11 24 16 1F 26 40
Octal 306 244 177 0 21 44 26 37 46 100
Binary 11000110 10100100 1111111 0 10001 100100 10110 11111 100110 1000000

Color Harmonies of #C6A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A47F

Black with #C6A47F

Text Example


Text Example

White with #C6A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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