Html Css Color HEX #C6A381 Rodeo Dust

📋 copy color: '#C6A381'

red 198 ◦ green 163 ◦ blue 129

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

Shades of Rodeo Dust #C6A381

Tints of Rodeo Dust #C6A381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

 BLUE value IS 129 (50.78% from 255) = 26.33%

R = 40.41%
G = 33.27%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C6A381 (or 0xC6A381) is known color: Rodeo Dust. HEX triplet: C6, A3 and 81. RGB value is (198,163,129). Sum of RGB (Red+Green+Blue) = 198+163+129=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A381 is #395C7E. Grayscale: #A9A9A9. Windows color (decimal): -3759231 or 8496070. OLE color: 8496070.

HSL color Cylindrical-coordinate representation of color #C6A381: hue angle of 29.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6A381 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 163 129 -
CMYK 0 0.18 0.35 0.22
HSL 29.57º 0.38% 0.64% -
HSV(B) 29.57º 0.35% 0.78% -
XYZ 40.35 39.79 26.32 -
YUV 169.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 198 163 129 0 0.18 0.35 0.22 29.57 0.38 0.64
Hex C6 A3 81 0 12 23 16 1E 26 40
Octal 306 243 201 0 22 43 26 36 46 100
Binary 11000110 10100011 10000001 0 10010 100011 10110 11110 100110 1000000

Color Harmonies of #C6A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A381

Black with #C6A381

Text Example


Text Example

White with #C6A381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A381; }

 p { color: rgb(198,163,129); }

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

background-color css

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

 a { background-color: rgb(198,163,129); }

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

border-color css

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

 span { border-color: rgb(198,163,129); }

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