Html Css Color HEX #C6A189 Rodeo Dust

📋 copy color: '#C6A189'

red 198 ◦ green 161 ◦ blue 137

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

Shades of Rodeo Dust #C6A189

Tints of Rodeo Dust #C6A189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.62%

R = 39.92%
G = 32.46%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C6A189 (or 0xC6A189) is known color: Rodeo Dust. HEX triplet: C6, A1 and 89. RGB value is (198,161,137). Sum of RGB (Red+Green+Blue) = 198+161+137=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A189 is #395E76. Grayscale: #A9A9A9. Windows color (decimal): -3759735 or 9019846. OLE color: 9019846.

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

Color convert

RGB 198 161 137 -
CMYK 0 0.19 0.31 0.22
HSL 23.61º 0.35% 0.66% -
HSV(B) 23.61º 0.31% 0.78% -
XYZ 40.55 39.3 29.12 -
YUV 169.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 198 161 137 0 0.19 0.31 0.22 23.61 0.35 0.66
Hex C6 A1 89 0 13 1F 16 18 23 42
Octal 306 241 211 0 23 37 26 30 43 102
Binary 11000110 10100001 10001001 0 10011 11111 10110 11000 100011 1000010

Color Harmonies of #C6A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A189

Black with #C6A189

Text Example


Text Example

White with #C6A189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A189; }

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

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

background-color css

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

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

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

border-color css

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

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

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