Html Css Color HEX #C6A58D Rodeo Dust

📋 copy color: '#C6A58D'

red 198 ◦ green 165 ◦ blue 141

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

Shades of Rodeo Dust #C6A58D

Tints of Rodeo Dust #C6A58D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.74%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 39.29%
G = 32.74%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6A58D (or 0xC6A58D) is known color: Rodeo Dust. HEX triplet: C6, A5 and 8D. RGB value is (198,165,141). Sum of RGB (Red+Green+Blue) = 198+165+141=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A58D is #395A72. Grayscale: #ACACAC. Windows color (decimal): -3758707 or 9283014. OLE color: 9283014.

HSL color Cylindrical-coordinate representation of color #C6A58D: hue angle of 25.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6A58D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 165 141 -
CMYK 0 0.17 0.29 0.22
HSL 25.26º 0.33% 0.66% -
HSV(B) 25.26º 0.29% 0.78% -
XYZ 41.55 40.84 30.89 -
YUV 172.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 198 165 141 0 0.17 0.29 0.22 25.26 0.33 0.66
Hex C6 A5 8D 0 11 1D 16 19 21 42
Octal 306 245 215 0 21 35 26 31 41 102
Binary 11000110 10100101 10001101 0 10001 11101 10110 11001 100001 1000010

Color Harmonies of #C6A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A58D

Black with #C6A58D

Text Example


Text Example

White with #C6A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A58D; }

 p { color: rgb(198,165,141); }

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

background-color css

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

 a { background-color: rgb(198,165,141); }

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

border-color css

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

 span { border-color: rgb(198,165,141); }

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