Html Css Color HEX #C6A58A Rodeo Dust

📋 copy color: '#C6A58A'

red 198 ◦ green 165 ◦ blue 138

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

Shades of Rodeo Dust #C6A58A

Tints of Rodeo Dust #C6A58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 39.52%
G = 32.93%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6A58A (or 0xC6A58A) is known color: Rodeo Dust. HEX triplet: C6, A5 and 8A. RGB value is (198,165,138). Sum of RGB (Red+Green+Blue) = 198+165+138=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A58A is #395A75. Grayscale: #ABABAB. Windows color (decimal): -3758710 or 9086406. OLE color: 9086406.

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

Color convert

RGB 198 165 138 -
CMYK 0 0.17 0.30 0.22
HSL 27º 0.34% 0.66% -
HSV(B) 27º 0.3% 0.78% -
XYZ 41.33 40.75 29.73 -
YUV 171.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 198 165 138 0 0.17 0.30 0.22 27 0.34 0.66
Hex C6 A5 8A 0 11 1E 16 1B 22 42
Octal 306 245 212 0 21 36 26 33 42 102
Binary 11000110 10100101 10001010 0 10001 11110 10110 11011 100010 1000010

Color Harmonies of #C6A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A58A

Black with #C6A58A

Text Example


Text Example

White with #C6A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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