Html Css Color HEX #C6A593 Rodeo Dust

📋 copy color: '#C6A593'

red 198 ◦ green 165 ◦ blue 147

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

Shades of Rodeo Dust #C6A593

Tints of Rodeo Dust #C6A593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.82%

R = 38.82%
G = 32.35%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C6A593 (or 0xC6A593) is known color: Rodeo Dust. HEX triplet: C6, A5 and 93. RGB value is (198,165,147). Sum of RGB (Red+Green+Blue) = 198+165+147=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A593 is #395A6C. Grayscale: #ACACAC. Windows color (decimal): -3758701 or 9676230. OLE color: 9676230.

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

Color convert

RGB 198 165 147 -
CMYK 0 0.17 0.26 0.22
HSL 21.18º 0.31% 0.68% -
HSV(B) 21.18º 0.26% 0.78% -
XYZ 42.01 41.02 33.31 -
YUV 172.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 198 165 147 0 0.17 0.26 0.22 21.18 0.31 0.68
Hex C6 A5 93 0 11 1A 16 15 1F 44
Octal 306 245 223 0 21 32 26 25 37 104
Binary 11000110 10100101 10010011 0 10001 11010 10110 10101 11111 1000100

Color Harmonies of #C6A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A593

Black with #C6A593

Text Example


Text Example

White with #C6A593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A593; }

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

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

background-color css

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

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

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

border-color css

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

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

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