Html Css Color HEX #C6A17F Rodeo Dust

📋 copy color: '#C6A17F'

red 198 ◦ green 161 ◦ blue 127

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

Shades of Rodeo Dust #C6A17F

Tints of Rodeo Dust #C6A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 40.74%
G = 33.13%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6A17F (or 0xC6A17F) is known color: Rodeo Dust. HEX triplet: C6, A1 and 7F. RGB value is (198,161,127). Sum of RGB (Red+Green+Blue) = 198+161+127=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A17F is #395E80. Grayscale: #A8A8A8. Windows color (decimal): -3759745 or 8364486. OLE color: 8364486.

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

Color convert

RGB 198 161 127 -
CMYK 0 0.19 0.36 0.22
HSL 28.73º 0.38% 0.64% -
HSV(B) 28.73º 0.36% 0.78% -
XYZ 39.86 39.03 25.51 -
YUV 168.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 198 161 127 0 0.19 0.36 0.22 28.73 0.38 0.64
Hex C6 A1 7F 0 13 24 16 1D 26 40
Octal 306 241 177 0 23 44 26 35 46 100
Binary 11000110 10100001 1111111 0 10011 100100 10110 11101 100110 1000000

Color Harmonies of #C6A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A17F

Black with #C6A17F

Text Example


Text Example

White with #C6A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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